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