-
1. Re: Refresh swf or empty cashed info
Ned Murphy Feb 20, 2012 12:41 AM (in response to govcon61)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.
-
2. Re: Refresh swf or empty cashed info
govcon61 Feb 20, 2012 4:47 PM (in response to Ned Murphy)Sir,
I copied your advise exactly as you said (....swf?rand="+String(Math.random()), 3);) in the compiler error tab i get the message "syntax error" so regretfully no effect. Did i do something wrong?
Regards, Martin.
-
3. Re: Refresh swf or empty cashed info
Ned Murphy Feb 21, 2012 3:35 AM (in response to govcon61)Retype the quotation marks that are used in that line. I think the first one is not a valid quotation mark since it is curved rather than straight like the second.


