|
hawleyr -> RE: Movie Embed Plays Intermittently (8/28/2007 13:08:30)
|
How are you making the flash movie file? I'm using Adobe Flash CS3 Video Encoder to convert a bunch of .WMV files over to .FLV. I've encoded them all at 400kbs as a test. I think I'll drop it down a bit but at least with 400kbs I've never had any problems with my videos playing properly through progressive download. With Dreamweaver CS3, the code it generates to embed a Flash file is: <noscript>
<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="342" height="291" 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=Halo_Skin_3&streamName=../Videos/Tape0_Overview&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=../Videos/Tape0_Overview&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="342" height="291" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object>
</noscript> Of course in DW CS3, you have to upload the skin file, the progressive download file, and a scripts folder that it creates automatically. Try re-encoding your video at a lower rate. If the quality of the original file is good, you can get away with 250-400kbs without too much loss.
|
|
|
|