Ok I am trying to figure out what is wrong with this code. If works fine in IE 6.0 and Safari 3.0.3, but not in Firefox 2.0.0.7. In IE it plays fine, works as expected. In Firefox, the spot for the video is there but nothing shows up.
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="256" height="192" 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=Movies/riley&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_3&streamName=Movies/riley&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="256" height="192" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object>
I have more code for the page, but this seems to be the only portion that matters. I use it on a blank page and get same results. Any ideas?
I will use info from this post
http://www.dreamincode.net/forums/showtopic34902.htm for a work around, but would really like to figure out what is wrong with this code for Firefox.
EDIT:
CODE
<object type="application/x-shockwave-flash" width="400" height="350"
wmode="transparent" data="flvplayer.swf?file=riley.flv&autoStart=true">
<param name="movie" value="flvplayer.swf?file=riley.flv&autoStart=true" />
<param name="wmode" value="transparent" />
</object>
Ok I used the code and .swf file from the other post listed above and no go. In Safari and IE, works fine. Firefox with his player it just displays "Buffering..." can not get video playing. I am obviously missing some code to make it work in Firefox, or I have a setting wrong in Firefox. I don't have any problems viewing videos on Youtube or any other video sites in Firefox. This is what makes me think I have something wrong.
This post has been edited by blbeta: 17 Oct, 2007 - 05:26 PM