FLASH 组件未显示 - 安装了空白白色区域

发布于 2024-11-18 12:32:28 字数 139 浏览 2 评论 0原文

有时我会收到门户网站客户的反馈,他们在页面上看不到 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 技术交流群。

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

发布评论

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

评论(1

本王不退位尔等都是臣 2024-11-25 12:32:28

如果发生这种情况的真正原因是缓存问题,那么您应该在 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.

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