I currently have a caching problem on my flash site.
I have set the htaccess file to:
Header set Cache-Control "no-cache"
But when I refresh the page, the images on the flash site still shows the old one from the cache.
I also tried setting max age to 1, and to must-revalidate, but it doesn't work too.
I have also tried adding that line of code to my php index file, but it doesn't work either.
Could this be a fault with flash? I tried shift+refresh in Firefox, but the files are still cached, as shown in firebug. Is there a way to fix this?