Sul web ho trovato una soluzione di questo tipo:
stop();
kungFuContent = new XML();
kungFuContent.ignoreWhite = true;
kungFuContent.load("http://digilander.libero.it/max_maxuell/testo.xml");
kungFuContent.onLoad = function(success){
if(success){
_root.myText.text = kungFuContent;
}
}
solo che non è compatibile con AS3 ma con solo con AS2....