Ver Mensaje Individual
  #11 (permalink)  
Antiguo 06/06/2004, 16:15
juanchilo
 
Fecha de Ingreso: marzo-2004
Ubicación: Córdoba
Mensajes: 239
Antigüedad: 20 años, 1 mes
Puntos: 0
ponele algun atributo mas en el xml, osea

ejemplo

Código:
<imagen01  ruta="primera.jpg" ancho="200" alto="100" >
despues yo probaria llamando estos atributos de la siguiente manera...

siguiendo el ejemplo mio.....

Código:
_root["mc"+n].carga = menu.firstChild.childNodes[n].attributes.ruta+".jpg"
loadMovie(this.carga,0);
vendria luego algo asi...

Código:
_root["mc"+n].carga._with =  menu.firstChild.childNodes[n].attributes.ancho
_root["mc"+n].carga._heigh = menu.firstChild.childNodes[n].attributes.alto
no se, quiza habra que "meterle man" mas pero creo que por ahi viene la cosa... porbare.
Mientras ALGUIEN PUEDE DECIRME SI LO QUE PUSE CON LOADMOVIE PARA TRAER LAS IMAGENES ESTA BIEN??

Última edición por juanchilo; 06/06/2004 a las 16:19