MediaElement.js - 用于音频播放的启动屏幕
有没有办法使用 MediaElement.js 显示静态启动屏幕以伴随音频剪辑?
Is there a way to display a static splash screen to accompany an audio clip using MediaElement.js?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 javascript 在 MEJS 的播放事件上更改图像文件的来源。查看网站右下角的 JS 一般格式示例:http://mediaelementjs.com/< /a>
对于你来说,事件监听器看起来像:
You could use javascript to change the source of an image file on the play event of MEJS. Look in the bottom right hand corner of the site for an example of how the JS is generally formatted: http://mediaelementjs.com/
For you, the event listener would look something like: