mediaelement.js WP 插件中有多个音轨?

发布于 2024-11-27 00:19:12 字数 93 浏览 1 评论 0原文

我试图让音频播放器显示运行 mediaelements.js WP 插件的多个曲目。我尝试在短代码中使用逗号分隔列表,但这不起作用。我需要在代码中的某个地方更改某些内容吗?

I am trying to make the audio player display multiple tracks running the mediaelements.js WP plugin. I have tried to use a comma delimited list in the shortcode and this is not working. Do I need to change something in the code somewhere?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

痴意少年 2024-12-04 00:19:12

我认为目前不可能。
看看这个播放器

http://wordpress.org/extend/plugins/mp3-jplayer/

多轨示例:
[mp3-jplayer track="myfileA.mp3, myfileB.mp3, myfileC.mp3"]

希望有所帮助,
干杯!

I don't think it's possible at the moment.
Check out this Player

http://wordpress.org/extend/plugins/mp3-jplayer/

Example for multiple tracks:
[mp3-jplayer tracks="myfileA.mp3, myfileB.mp3, myfileC.mp3"]

Hope that helps,
cheers!

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