0
可能重複播放MP3:
Why doesn’t Firefox support mp3 file format in <audio>圓玩家無法在Firefox
我使用圓player..to發揮網頁中的MP3文件。 它在IE和Chrome中播放,但在Firefox中工作。 任何解決方案? 感謝 這裏是我的代碼
$(document).ready(function(){
var myCirclePlayer = new CirclePlayer("#jquery_jplayer_1",
{
mp3: "11.mp3"
}, {
cssSelectorAncestor: "#cp_container_1",
canplay: function() {
$("#jquery_jplayer_1").jPlayer("play");
},
supplied: "mp3",
swfPath: "js"
})
});
[Firefox不支持通過HTML5播放MP3(https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats)由於版權問題。 – Blazemonger