Solve Cache Problems when you Load a Movie

I’ve read the tutorial but I’ve not understood how it works.
How sould I save the swf ? (which name sould I give to it?)

Thanks in advance.
viviana

You don’t have to give it a special name, Viviana. It is when you load it that you put a bogus query string to force the download. I hope I didn’t make things less clear than they were…

pom :slight_smile:

That’s what I’ve done , but it doesn’t work.
I’lltry again, but I’ve followed the instruction :
I’ve a file “prova.swf”

myIdentifier=Math.round(Math.random()*10000);
loadMovie(“prova.swf?uniq=”+myIdentifier,1);

Did I make any mistake?

viviana