【发布时间】:2014-04-08 03:29:53
【问题描述】:
这里是My Fiddle.
我目前有一个动画,在它的结尾,我有一个视频。
在 chrome 上运行良好,但在 Firefox 上不行。 我的版本是 26.0 ,Mozilla firefox。
这是我显示视频 iframe 的部分。
function showIframe() {
$("#container").addClass("hideContainer");
$("#livingRoomBG").append("<iframe id='video' src='https://www.youtube.com/embed/BIz02qY5BRA?autoplay=1' frameborder='1' allowfullscreen=''></iframe>");
$("#livingRoomBG").addClass("showlivingRoomBG");
console.log("ola")
}
有人可以解释为什么会这样吗?
PS:音频确实来了,因为我已将其设置为自动播放..
【问题讨论】:
标签: javascript jquery firefox youtube youtube-api