Foros del Web » Creando para Internet » Flash y Actionscript »

No funciona

Estas en el tema de No funciona en el foro de Flash y Actionscript en Foros del Web. 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() { ...
  #1 (permalink)  
Antiguo 03/09/2009, 20:05
 
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
  #2 (permalink)  
Antiguo 03/09/2009, 23:09
 
Fecha de Ingreso: julio-2005
Mensajes: 172
Antigüedad: 18 años, 9 meses
Puntos: 0
Respuesta: No funciona

ayuda por favor.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 00:31.