AS3: Load fresh XML without Caching.

I found the problem, and I try to found on the internet. Some poster commanded using this:var Randomstr:String = '?somvarname='+random(100);I don't know, but it does not for me. so I use this instead of:var iRequestXML:URLRequest = new URLRequest("images/" + editData); var iLoaderXML:URLLoader = new URLLoader; var iVaXML:URLVariables = new URLVariables; iVaXML.noCach

p1