I have a small facebook welcome page that I am developing for a client, and when I have a youtube player embedded on the page, and the content is scrolled, the flash object covers the top nav bar as well as chat.
example http://www.selecsosi.com/files/test.png
Any help is greatly appreciated on methodology for correcting this so that it is rendered behind the wrapper elements.
Solved my own issue, totally stupid on my part. I am using the swfobject library to embed the player and I needed to include in the attribute parameter a wmode : “transparent” for the player.