这是我的小提琴。
我现在有一个动画,在它的结尾,我有一个视频。
它在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")
}
有人能解释为什么会发生这种情况吗?
附言:音频确实来了,因为我已经把它放在自动播放上了。。
最有可能的原因是某种Firefox插件,你试过在安全模式下打开它吗?