var xxx_xml:XML = new XML();
xxx_xml.ignoreWhite = true;
xxx_xml.onLoad=function(){
trace(xxx_xml);
}
xxx_xml.load("BBB.xml");
Prova con questo codice nella funzione.... il trace come l'hai messo tu non aspetta che i nuovi dati vengano caricati
![]()
var xxx_xml:XML = new XML();
xxx_xml.ignoreWhite = true;
xxx_xml.onLoad=function(){
trace(xxx_xml);
}
xxx_xml.load("BBB.xml");
Prova con questo codice nella funzione.... il trace come l'hai messo tu non aspetta che i nuovi dati vengano caricati
![]()