Quote:
Originally Posted by kastet
Hi I have flv files on my local host and using html+scrips I can see the swf files on a page
Is any body can help me to make a [ame] defenition to play my video in forum
i use this code
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="324" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf"/>
<param name="salign" value="lt"/>
<param name="quality" value="high"/>
<param name="scale" value="noscale"/>
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Corona_Skin_3&streamName=images/attach_files/nikond300&autoPlay=true&autoRewind=false"/>
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_3&streamName=images/attach_files/nikond300&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="324" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</object>
Tank you   
|
Please use [code] tags when posting code. It looks so much neater.
Are you trying to embed flash videos on your site? Use my Local Hosted definition for Flash Files. You said .FLV files, but the files in your source code are .SWF, which is supported by the Local Hosted Flash definition.