如何让用户使用 HTML5

发布于 2024-12-07 22:29:54 字数 281 浏览 0 评论 0原文

我想将播放列表与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七颜 2024-12-14 22:29:54

jQuery HTML5 音频播放器怎么样? http://www.jplayer.org/latest/demo-02/

How about jQuery HTML5 Audio Player? http://www.jplayer.org/latest/demo-02/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文