secondo me resta nella cache quindi magari prova a fare una cosa del genere

filexml = "fileXml.xml";

mioxml = new XML();
mioxml.ignoreWhite = true;
mioxml.load(filexml + "&rnd=" + random(999999));
mioxml.onLoad = ElaboraXML;
function ElaboraXML (success) {
if (mioxml.loaded) {
//funzioni x la lettura dell'xml

delete myarray;
delete mioxml;

}else{
_root.loading = "Record non presenti";
}
};