RyanSF07
03-03-2007, 05:34 PM
Hi Everyone,
Using flash 8 video encoder and dreamweaver, I've compressed and created a skin for a video. I've put all the parts in one test folder. When I click the test.html file within that single folder, bingo - the video plays beautifully. I love it.
Now, I've uploaded that same folder to my server. When I navigate to the test.html, the page text and images load, but the video does not. (why not?)
Below is the code that works fine local, but breaks online.
What am I doing wrong?
Thank you very much for your help :)
Ryan
<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="320" height="240" id="FLVPlayer">
<param name="movie" value="6-video.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Corona_Skin_3&streamName=6-video&autoPlay=false&autoRewind=false" />
<embed src="6-video.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_3&streamName=6-video&autoPlay=false&autoRewind=false"
quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Using flash 8 video encoder and dreamweaver, I've compressed and created a skin for a video. I've put all the parts in one test folder. When I click the test.html file within that single folder, bingo - the video plays beautifully. I love it.
Now, I've uploaded that same folder to my server. When I navigate to the test.html, the page text and images load, but the video does not. (why not?)
Below is the code that works fine local, but breaks online.
What am I doing wrong?
Thank you very much for your help :)
Ryan
<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="320" height="240" id="FLVPlayer">
<param name="movie" value="6-video.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Corona_Skin_3&streamName=6-video&autoPlay=false&autoRewind=false" />
<embed src="6-video.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_3&streamName=6-video&autoPlay=false&autoRewind=false"
quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>