制作一个html5音频播放列表,自动播放一首又一首歌曲

Make an html5 audio playlist that automatically plays one song after the next

本文关键字:一首 自动播放 音频 一个 html5 播放列表      更新时间:2023-09-26

我想设置一个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 实现此目的的基本方法是什么?

我不确定你到底想做什么。但是,你应该看看这个jQuery插件。他们的主页上有非常好的教程。

http://mediaelementjs.com/

如果你想要更多的球员。

http://www.narga.net/awesome-jquery-audio-video-player-plugins/

或谷歌:jQuery音频播放器