FLASH 组件未显示 - 安装了空白白色区域
有时我会收到门户网站客户的反馈,他们在页面上看不到 Flash 组件 - 而是有一个空白的白色区域。
当发生这种情况时,我指示他们清除浏览器缓存,这解决了问题。有什么方法可以使用 HTTP 标头等以不同方式处理此问题?
谢谢,帕维尔
from time to time I get feedback from my web portal customers that they cannot see Flash component on the page - instead there's a blank white region.
When it happens I instruct them to clear browser cache, and it solves the issue. Is there any way to handle this differently, using HTTP headers etc. ?
Thanks,Pawel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果发生这种情况的真正原因是缓存问题,那么您应该在 HTML 中调用的 swf 中添加:
content.swf?154964879684654
->这是一些随机数(自 Unix Epoch 或 sessionID 以来的秒数),然后它将被迫将 swf 作为新的加载。
If the real reason for this happening is the cache problem, then you should add to the swf you calling in HTML:
content.swf?154964879684654
-> which is some random number ( Seconds since the Unix Epoch or sesionID )then it will be forced to load the swf as new one.