mediaelement.js 停止在 Opera 中预加载
我正在使用 mediaelement.js 音频播放器(通过 mediaelement.js WordPress 插件)。我注意到当我访问带有音频文件的页面时它会自动预加载歌曲。我想阻止这个,因为它可能会提醒一些人看到进度条自动加载到几个不同的播放器上。这种情况只发生在 Opera 中,而不会发生在 IE 或 Chrome 中(没有检查 Firefox)。我浏览了 js 文件,但找不到在哪里关闭它。有谁知道该怎么做?
I am using the mediaelement.js audio player (through the mediaelement.js WordPress plugin). I noticed that it is automatically preloading songs when I visit a page with audio files. I would like to stop this as it will probably alarm some people to see the progress bar loading on several different players automatically. This only happens in Opera, not in IE or Chrome (didn't check Firefox). I browsed through the js file but couldn't find where to turn this off. Does anyone know how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将
preload="none"
添加到您的音频标记Try to add
preload="none"
to your audio tag