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 problem is that I have no idea where to put in my code…or perhaps if anyone has another solution to my problem?
can anyone help me?