Javascript在firefox中播放声音

时间:2013-10-21 20:44:25

标签: javascript html firefox audio

这是我的代码。虽然我添加了.ogg版本,但它在Chrome中运行良好但在Firefox中没有。

    if(new_id != old_id)
            {
                var audio = new Audio();
                if(audio.canPlayType("audio/mpeg") == "probably") {
                    playSound("signal.mp3");
                } else if(audio.canPlayType("audio/ogg") == "probably") {
                    playSound("signal.ogg");
            }

1 个答案:

答案 0 :(得分:1)

Firefox无法播放mp3和某些ogg文件请点击此处:

http://www.w3schools.com/tags/av_met_canplaytype.asp

http://html5doctor.com/html5-audio-the-state-of-play/

我认为你的问题是Firefox不支持音频/ ogg编解码器。

尝试使用ogg和mp3的 WAV