有没有办法阻止浏览器中的加载循环?
想象一下,我有一个 flash mp3 播放器,当页面加载时,播放器开始播放歌曲。因此,当 Flash 下载 mp3 文件时,浏览器会报告页面,就像它仍在加载一样。据我了解,仍然有活跃的下载。但客户希望我以某种方式告诉浏览器不要显示播放器下载的文件的进度(如 Chrome 中的圆圈)。
有办法做到这一点吗?
谢谢
Imagine I have a flash mp3 player and when the page loads the player starts to play a song. So while flash is downloading the mp3 file the browser reports the page like it's still loading. Which I understand, there are still active downloads. But a client wants me to somehow tell the browser not to show this progress (like the circle in chrome) for the files the player downloads.
Is there a way to do that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处发布了类似的问题:
如何 来隐藏由于加载(隐藏)iframe而导致的“页面加载”/“传输数据”指示器和旋转器。
使用可能适合您的解决方案
A similar question was posted here:
How to hide "page loading"/"transferring data" indicators and spinners caused by loading a (hidden) iframe
with a solution that might work for you.