http://www.cristalab.com/tutoriales/12/tutorial-de-xml-en-flash
funciona muy bien si paso el objeto leido del xml directamente al campo de texto
destino_txt.text = obj_xml.firstChild.childNodes[1].firstChild.nodeValue;
pero si hago esto mismo asi:
_global.texto1= obj_xml.firstChild.childNodes[1].firstChild.nodeValue;
no me hace ni caso y muestra texto1 como undefined.
Si alguien me puede ayudar se lo agradecería mucho
