mediaelement.js 停止在 Opera 中预加载

发布于 2024-12-02 19:34:02 字数 217 浏览 1 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

吃颗糖壮壮胆 2024-12-09 19:34:02

尝试将 preload="none" 添加到您的音频标记

Try to add preload="none" to your audio tag

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