Cita: System.useCodepage=true;
XML.prototype.ignoreWhite=true;
// acciones en fotograma 1
stop();
import mx.transitions.Tween;
miniaturasXML:XML = new XML();
miniaturasXML.onLoad = mostrarMiniaturas;
miniaturasXML.ignoreWhite = true;
miniaturasXML.load("xml_articulos.xml");
function mostrarMiniaturas() {
this.createTextField("titulo1",this.getNextHighest Depth(), 20,20,270,50);
titulo1.html = true;
titulo1.htmlText=miniaturasXML.firstChild.childNod es[1].childNodes[2].firstChild.nodeValue;
}
El código anterior no muestra tel texto creado. ¿Cuál puede ser el problema.
Gracias por su tiempo.
Nano