开发者

wmode parameter for YouTube iframe embed

开发者 https://www.devze.com 2023-04-12 10:05 出处:网络
Setting a wmode parameter when embedding via the YouTube开发者_StackOverflow社区 iframe (see Youtube iframe wmode issue) appears to no-longer work, at least in Chrome 14 and reportedly IE as well.I\'v

Setting a wmode parameter when embedding via the YouTube开发者_StackOverflow社区 iframe (see Youtube iframe wmode issue) appears to no-longer work, at least in Chrome 14 and reportedly IE as well. I've created this jsfiddle to demonstrate the problem: http://jsfiddle.net/HYPBb/1/. Note how the div does not overlap the Flash within the iframe.

Is this a known issue? There doesn't seem to be a developer forum on YouTube's site to report this. Is there now an alternative way to fix this problem?


The problem was that in moving over to the new iframe embedding, I didn't properly convert the URL. If the Flash URL looks like this:

http://www.youtube.com/v/FOHJUrcVdJk

The iframe URL should look like this:

http://www.youtube.com/embed/FOHJUrcVdJk

The updated jsfiddle shows that the wmode query string parameter now works after converting the URL.

0

精彩评论

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

关注公众号