怎样禁止SWF文件显示在IE缓存中?
2008-02-02 19:16:39 来源:WEB开发网核心提示:问:怎样禁止SWF文件显示在IE缓存中? 答:实现方法就是在Apache Server配置文件(httpd.conf)中加入下面几句:ExpiresActive Onheader append cache-control: "no-cache"header append PRagma: "
问:怎样禁止SWF文件显示在IE缓存中?
答:实现方法就是在Apache Server配置文件(httpd.conf)中加入下面几句:
ExpiresActive On
header append cache-control: "no-cache"
header append PRagma: "no-cache"\
header append expires: "-1"
注意:这种方法只是让Flash不显示在客户端的IE临时文件夹中,但不能防止被直接下载。并且对Firefox浏览器无效。
更多精彩
赞助商链接