View Single Post
  #1  
Old 24th March 2010, 22:11
granpol granpol is offline
Member
 
Join Date: Mar 2010
P2P
Posts: 3
Unhappy Prevent cache swf contentpath
Hi,

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

(<!--
<head>
<meta http-equiv="PRAGMA" content="NO-CACHE">
<meta http-equiv="Cache-Control" CONTENT="no-store, no-cache, must-revalidate">
<META HTTP-EQUIV="Expires" CONTENT="Mon, 04 Dec 1999 21:29:02 GMT">
<META HTTP-EQUIV="REFRESH" CONTENT="3">
</head>

ANd i've also repeated all this at the end
</body>
<HEAD>
<meta .....GMT">
</HEAD>
-->)
Reply With Quote