PDA

View Full Version : Cacheproblems...all over again.



anarcoma
October 18th, 2003, 12:45 PM
when i use this piece of code

myIdentifier=Math.round(Math.random()*10000);
loadMovie("guest.swf?uniq="+myIdentifier,1);

absolutely nothing happens...the swf that im trying to load never shows.

although if i write

loadMovie("guest.swf",1)

my swf loads in perfectly.

the problem is that its cached and i would like it to be "fresh" but that wont work using the method specified above.

anyone? help?

thanks...again.

/jocke

pom
October 18th, 2003, 12:52 PM
I believe it only works online. And there shouldn't be a second parameter in your loadMovie.