I am currently having some trouble displaying a you tube video on my custom fan page. I am using Static HTML I Frame Tab to embed this code. The problem is that the facebook notifications or search drop down menu continues to go behind y you tube video when using IE.

I have included param name="wmode" value="transparent" within the embeded you tube code but for whatever reason the fb drop down menu continues to go behind the video. The fan page is https://www.facebook.com/blaineostrander

Again, this issue only seems to be happening in IE

Thank you in advance

link|improve this question
Not sure if this will solve your issue - but if you are dealing with flash inside Facebook you should defiantly look at this : developers.facebook.com/blog/post/637 – Lix Feb 1 at 8:51
Thank you.. I think I figured it out. I needed to add a attribute wmode="transparent" on the embed tag – Xander Aeder Putris Feb 1 at 21:20
feedback

1 Answer

Into src in iframe put ?wmode=opaque

Ex :

<iframe width="420" height="315" 
  src="http://www.youtube.com/embed/pVllEZirODQ?wmode=opaque" 
  frameborder="0" allowfullscreen>
</iframe>

Works great for me

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.