CSSQuest
09-11-2009, 05:31 PM
Hey Guys,
I'm a Flash newb so forgive any grievous errors.
I've been uploading videos for a church locally. They can only provide .flv files of their sermons. I load them into a wordpress setup using a player.swf and some code to call the flv file into that player. It works great in IE 7 and Mozilla etc.
The Problem: In IE6 and 8 there is a white screen over the movie. If you click it, the movie plays, but most visitors don't know to click it.
Here's the code I use to embed the player and call the .flv file.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="480" height="360">
<param name="flashvars" value="file=http://www.bbcstar.org/media/music/videos/through20090830.flv&image=http://www.bbcstar.org/media/music/videos/through20090830.jpg" />
<param name="movie" value="http://www.bbcstar.org/media/music/videos/player.swf" />
<embed wmode="opaque" src="http://www.bbcstar.org/media/music/videos/player.swf" width="480" height="360"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=http://www.bbcstar.org/media/music/videos/through20090830.flv&image=http://www.bbcstar.org/media/music/videos/through20090830.jpg" />
</object>
I took over this position from someone else who originally made the player. All I have is the swf file of it and not the original .fla so I have no idea the script of the player.
Any thoughts on how I can remove this white screen over my movie?
Thanks in advance for all your help!
I'm a Flash newb so forgive any grievous errors.
I've been uploading videos for a church locally. They can only provide .flv files of their sermons. I load them into a wordpress setup using a player.swf and some code to call the flv file into that player. It works great in IE 7 and Mozilla etc.
The Problem: In IE6 and 8 there is a white screen over the movie. If you click it, the movie plays, but most visitors don't know to click it.
Here's the code I use to embed the player and call the .flv file.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="480" height="360">
<param name="flashvars" value="file=http://www.bbcstar.org/media/music/videos/through20090830.flv&image=http://www.bbcstar.org/media/music/videos/through20090830.jpg" />
<param name="movie" value="http://www.bbcstar.org/media/music/videos/player.swf" />
<embed wmode="opaque" src="http://www.bbcstar.org/media/music/videos/player.swf" width="480" height="360"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=http://www.bbcstar.org/media/music/videos/through20090830.flv&image=http://www.bbcstar.org/media/music/videos/through20090830.jpg" />
</object>
I took over this position from someone else who originally made the player. All I have is the swf file of it and not the original .fla so I have no idea the script of the player.
Any thoughts on how I can remove this white screen over my movie?
Thanks in advance for all your help!