至於Aristos的評論,你可以使用Flash播放器一樣的Flowplayer
<a id="mb" style="display:block;width:648px;height:30px;"
href="/media/data/fake_empire.mp3"></a>
<script>
$f("mb", "http://releases.flowplayer.org/swf/flowplayer-3.2.15.swf", {
// fullscreen button not needed here
plugins: {
controls: {
fullscreen: false,
height: 30,
autoHide: false
}
},
clip: {
autoPlay: false,
// optional: when playback starts close the first audio playback
onBeforeBegin: function() {
$f("player").close();
}
}
});
</script>
(http://flash.flowplayer.org/plugins/streaming/audio.html)
的音頻標籤僅適用於 「新」 的瀏覽器
...
<audio src="http://xxxx/xxxx/xxx.mp3" autoplay="autoplay" />
...
如果不是你們想必須通過JavaScript檢查哪個瀏覽器正在運行並作出相應反應
使用一些mp3播放器用閃光燈製作。 – Aristos
是否答覆可以接受嗎?如果你找到了更好的解決方案?如果是的話請分享。謝謝 –