PDA

View Full Version : How Can I Stop Flash Movies From Caching?



vender
08-10-2004, 08:25 AM
Does anyone know how to stop IE and Netscape from Caching flash movies, I have tried a few things, like radomising the name of the flash movie and adding the following code to the asp page holding the movie:



Response.Expires = 0
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"



and a few other things but nothing is working??

Help would be appreciated.



V.

NTD
08-11-2004, 05:55 PM
Hi,

Have a look at this link.......

http://www.macromedia.com/support/flash/ts/documents/prevent_caching.htm

Hope it helps
NTD