file = new XML(); file.load(xmlfile) file.ignoreWhite = true; file.onLoad = function(success) { xml = file.childNodes; for( m = 0; m < xml.length; m++ ){ trace(xml[m].attributes.атрибут) }