This content has been marked as final.
Show 1 reply
-
1. Re: Question about refresh or empty cashed info
Ned Murphy Feb 20, 2012 12:46 AM (in response to govcon61)Please do not criosspost in these forums. Here is the response I provided in the AS1/2 forum...
You can try using a random query at the end of the url to try to force the file to be loaded from the server. This approach just assigns a random number to an arbitrarily named variable as shown below...
loadMovieNum(“http://www.......com/Warning.swf?rand="+String(Math.random()), 3);
I have primarily used this for targeting PHP files that you want to read fresh from the server each time and do not know if it works the sames for swf files.

