如何让用户使用 HTML5
我想将播放列表与 HTML5 中的 元素链接起来,以便:
- 当列表中的一首歌曲结束时,下一首歌曲会自动开始
- 用户可以切换到下一首或上一首歌曲播放列表
如何通过 HTML5、JavaScript 等实现这一点?我在后端使用 ASP.NET。
另外,我可以让用户自由地在音频播放器旁边播放他/她的播放列表中的任何歌曲吗? 我的朋友告诉我,它可以通过调整它的 DOM(文档对象模型)来实现。请帮忙如何实现?
I want to link a playlist with the <audio>
element in HTML5, so that:
- When one song in the list ends, the next song starts automatically
- The user can switch to the next or previous song in the playlist
How can this be achieved through HTML5, JavaScript etc.? I'm using ASP.NET at the backend.
Also, can I give user the liberty to play any song from his/her playlist alongside the audio player?
My friend told me that it can be achieved by tweaking its DOM (Document Object Model). Please help how can it be achieved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery HTML5 音频播放器怎么样? http://www.jplayer.org/latest/demo-02/
How about jQuery HTML5 Audio Player? http://www.jplayer.org/latest/demo-02/