禁止SWF文件显示在IE缓存
http://www.webjx.com/ 2008-02-05 17:52:09 来源:网页教学网
问:怎样禁止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浏览器无效。




文章评论
共有 0 位网友发表了评论 查看完整内容