In order to avoid it use the following code:
myVar =Math.round(Math.random()*10000);
loadMovie("mymovie.swf?uniq="+myVar,1);
Here, myVar is simply a variable which occupies random number that will be generated by
random() .
Download Full Source.
Have Fun.
discuss this topic to forum
