Solving cache problems

Hi everybody,

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

Thanks in advance

emilanos

All of them, (I think)

All swf’s you don’t want cached.

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. :frowning:
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);
}

any help?

That’s weird. You could try to use the date as an identifier. There’s a very interesting thread about this in the Best Of Kirupa forum :slight_smile: