我想设置一个HTML5音频播放列表,可以在下一个播放后自动播放一首歌曲。这是我的起点:
<audio controls>
<source src="example.mp3" type="audio/mpeg">
<source src="example.mp3" type="audio/mpeg">
<source src="example.mp3" type="audio/mpeg">
<source src="example.mp3" type="audio/mpeg">
<source src="example.mp3" type="audio/mpeg">
</audio>
使用JavaScript实现这一目标的基本方法是什么?
答案 0 :(得分:0)
我不确定你到底要做什么。但是,你应该看看这个jQuery插件..他们的主页上有非常好的教程。
如果你想要更多玩家。
http://www.narga.net/awesome-jquery-audio-video-player-plugins/
或google:jQuery音频播放器