mediaelement.js - 在按播放之前显示持续时间
当页面加载时(单击“播放”按钮之前),如何在播放器中显示 MP3 文件的持续时间?现在它显示 00:00,直到我点击播放。
我的代码:
<audio id="player2" src="/mp3/myfile.mp3" type="audio/mp3" controls="controls"></audio>
<script>$('audio').mediaelementplayer();</script>
How do I show the duration of an MP3 file in the player when the page loads (before clicking the Play button)? Right now it shows 00:00 until I click play.
My code:
<audio id="player2" src="/mp3/myfile.mp3" type="audio/mp3" controls="controls"></audio>
<script>$('audio').mediaelementplayer();</script>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)