gpt4 book ai didi

javascript - .play() 方法的 IE8 错误

转载 作者:行者123 更新时间:2023-12-02 18:46:47 25 4
gpt4 key购买 nike

我编写了一些在我的页面上播放 .mp3 文件的代码。它适用于 FF 和 Chrome。

JS

aSound = document.createElement("audio");
aSound.setAttribute("src", "content/audio/gameIntro.mp3");
aSound.play();

但是,IE8 在第 3 行代码(即 aSound.play();)中显示此错误:Object does not support this property or method。我该如何解决这个错误?

最佳答案

因为IE 8 has no support for the audio element.您可以fall back to Flash如果您希望页面上出现一些音频。

关于javascript - .play() 方法的 IE8 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16294442/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com