Tema: No funciona
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/09/2009, 20:05
hna_no
 
Fecha de Ingreso: julio-2005
Mensajes: 172
Antigüedad: 18 años, 9 meses
Puntos: 0
No funciona

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