0

jsfiddle

<iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/FPCrhT0q5Ns?wmode=opaque" frameborder="0">
</iframe>
<a class="close"></a>
.close {
    width: 50px; height: 50px;
    background: #fff;
    position: absolute;
    left: 600px;
    top: 0;
    z-index: 2147483638;
    cursor: pointer;
}​
$(".close").bind("click touchend", function() {
    alert("");
});​
  1. 在 ipad 中打开 jsfiddle(仅限)
  2. 播放视频
  3. 尝试点击白色按钮

结果:点击不起作用

PS 不要告诉我有关wmode的信息。在发布问题之前,我已经尝试了所有可能的值

4

1 回答 1

0

wmode=transparent在 iframe中的srcurl 中添加参数 of

更新了 jsfiddle

于 2012-12-06T16:18:01.740 回答