开发者

youtube player api z-index problem

开发者 https://www.devze.com 2023-01-12 08:32 出处:网络
i am using player api for showing you tube videos i have a similar problem asked before also by someone that the player is coming over the popup screen no matter how much i set the z-index of the popu

i am using player api for showing you tube videos i have a similar problem asked before also by someone that the player is coming over the popup screen no matter how much i set the z-index of the popup it is not coming up how to solve this i hav开发者_如何学JAVAe tried the same method that was answered previously but that is not working for me in my case i am having problem with IE


You may consider setting 'wmode' to 'transparent' when embedding the SWF player.

var params = { allowScriptAccess: "always", 'wmode' : 'opaque'}

Tested in Firefox, Chrome 7. and Safari !

0

精彩评论

暂无评论...
验证码 换一张
取 消