I am trying to set a div over the youtube video.I have tried setting wmode:transparent and opaque but the video disappears.Is there any other way?
var params = { allowScriptAccess: "always"};
swfobject.embedSWF(
"http://www.youtube.com/apiplayer?&video_id=9_So9QyozqQ&enablejsapi=1&version=3&playerapiid=ytplayer",
"ytplayer", "229", "209", "8", null, null, params);
}