Hi
I have a problem with the cache in flash. I have made an image wiever where the user can add their own images and then look at them. But if they change an image they still see the old image. Looking around on the net I´ve found this solution:
myIdentifier = Math.round(Math.random()*10000);
loadMovie(“mc-to-be-loaded.swf?uniq=”+myIdentifier, “mc”);
My code looks like this:
_root.photo.imageMC.loadMovie(pathToPics + imageDetails.fileName+"?uniq="+Math.round(Math.random()*10000));
But it still doesn’t work…what’s the problem?
can anyone help me!??!