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.
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.