我目前有动画,在其末尾,我有一个视频。
它在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:音频确实来了,因为我把它放在了自动播放中..
答案 0 :(得分:0)
最可能的原因是某种Firefox插件,你试过在安全模式下打开它吗?