var xml:XML = new XML(); xml.load("http://tratata.com/xml.xml"); xml.onLoad = function(success){ if(success)trace(xml) }