onFrame(2){ xml = new XML(); xml.ignoreWhite = true; xml.onLoad = function() { for (i=0;i<=50;i++){ _root.load.text += this.childNodes[i]; } }; xml.load("name.xml"); }