HTML5 <audio>元素未显示在Mac上的Firefox </audio>中

时间:2012-10-17 14:33:35

标签: html5 html5-audio

http://fowlertown.com/projects/terry/widgets/audio.html

或者如果您不想点击链接,以下是重要的代码:

<audio type="audio/mpeg; codecs='mp3'" controls src="sample.mp3">Your browser does not support the HTML5 &lt;audio&gt; element.</audio>

这在Mac OS X 10.7.4上的Firefox 15.0.1和16.0.1中没有出现,这让我感到沮丧,因为这是一个疯狂的简单HTML5代码。它会在负载瞬间突然出现但随后消失。它甚至没有显示后备文本。

思考?它适用于Windows用户吗?

编辑http://html5doctor.com/html5-audio-the-state-of-play/是我获得浏览器支持列表的地方,表示自3.6版以来FF支持音频元素(MP3编解码器)。

1 个答案:

答案 0 :(得分:2)

你必须使用不同的标签,因为在Firefox中你不能用这样的代码播放MP3文件。 这是您的帮助链接。 http://support.mozilla.org/en-US/questions/758978

Firefox不支持mp3。见http://www.codingforums.com/showthread.php?t=231069