Código:
tema = new Sound(); var tema_xml:XML = new XML(); tema_xml.ignoreWhite = true; tema_xml.onLoad = funcion(exito) { var ruta = this.firstChild.childNodes[0].childNodes[0].firstChild.toString(); } tema_xml.load("lista.xml"); tema.loadSound(ruta,true);