Sienn Forum
»
Sienn Users
»
Media
»
YouTube Video FF 3
Rank: Guest
Groups: Guest
Joined: 9/17/2008(UTC) Posts: 66
|
Hi guys, I had to post a youtube movie on a website, and i checked it in FF3. I saw that the video was laying over other items. (screenshot 1: http://i32.tinypic.com/2zhi720.jpg)Standard code: Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="270" xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="Movie" value="http://www.youtube.com/v/jnUud6sCqW8&hl=nl&fs=1&" />
<param name="allowFullScreen" value="true" />
<embed src="http://www.youtube.com/v/jnUud6sCqW8&hl=nl&fs=1&" width="400" height="270" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
After searching on the internet, i fixed it with w-mode: opaque. (screen 2: http://i27.tinypic.com/dy82zd.jpg)Working Code: Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="270" xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="Movie" value="http://www.youtube.com/v/jnUud6sCqW8&hl=nl&fs=1&" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="opaque" />
<embed src="http://www.youtube.com/v/jnUud6sCqW8&hl=nl&fs=1&" width="400" height="270" allowfullscreen="true" wmode="opaque" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
This problem started when YouTube updated their vids to higher quality. So here the solution if you might need it. ~Sjardo
|
|
|
|
Sienn Forum
»
Sienn Users
»
Media
»
YouTube Video FF 3
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Sienn Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close