Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   Prevent cache swf contentpath (http://www.bvlist.com/showthread.php?t=4715)

granpol 24th March 2010 22:11

Prevent cache swf contentpath
 
Hi, :sad:

can anyone help me prevent my browser form cache-ing the images my swf loads??

I have this swf that loads images from the root folder. This swf file is on an html page
I cant seem to be able to prevent the browser from cache-ing the images on the swf file.
I update/change the images on the server and the browser keeps on loading the old ones...

this is the page www.cafeimperial.com/solo

thank you !!!

I've tried

()

joeroberts 24th March 2010 23:46

add
PHP Code:

header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past 



All times are GMT +2. The time now is 14:18.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.