Maybe my question has already been answered.
I am using a unique identifier to load my main swf movie as kirupa suggested in : http://www.kirupa.com/developer/actionscript/tricks/cache.htm
my question is: do I have to put this identifier in each swf file or just in the first?.
Hey! thank you for your answer…but two friends of mine say that they are still seeing the same page they saw a week ago.
maybe I am doing something wrong.
I have added this code for each one of my swf files (changing just the name of the swf files ):
on (release) {
myIdentifier = Math.round(Math.random()*10000);
loadMovieNum(“main.swf?uniq=”+myIdentifier, 1);
}