如何预加载 .swf 文件并缓存它以供将来的页面请求?

发布于 2024-08-26 05:05:23 字数 196 浏览 3 评论 0原文

我使用 swfupload 在网站上上传文件,每次用户打开包含上传的页面时都会出现问题按钮,页面完全加载,然后每次用户访问没有缓存的页面时,闪存文件都会从头开始加载。

有没有办法在我的 asp.net 页面中预加载和缓存 .swf 文件?

I am using swfupload to upload files on a website, the problem that every time the user open the page which contains the upload button, the page loads completely then the flash file start loading from scratch every time the user visit the page with no cache.

Is there a way to preload and cache .swf files in my asp.net page?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

(り薆情海 2024-09-02 05:05:23

您是否尝试过使用缓存清单
它是为离线网络应用程序而设计的,但也许也可以帮助解决您的问题。

Have you tried using a cache manifest?
It is made for offline web applications, but maybe could help also with your problem.

节枝 2024-09-02 05:05:23

我找到了这个页面 http://demo.swfupload.org/Documentation/#settingsobject在那里描述了如何设置 swfupload 对象参数,我发现了一个非常有用的参数:prevent_swf_caching : false, 这使得我的对象缓存在页面上,并且加载速度更快。

I found this page http://demo.swfupload.org/Documentation/#settingsobject which describes there how to setup the swfupload object parameters, and i found a very useful parameter: prevent_swf_caching : false, which made my object caches on the page, and also loading faster.

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