Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/05/2009, 19:12
diazangulo
 
Fecha de Ingreso: abril-2007
Mensajes: 11
Antigüedad: 17 años, 1 mes
Puntos: 0
Respuesta: galeria de imagenes con xml y multiples albums

ya pude, cambie esto:

album.text = albumtext;
albumname.text = whichalbum;

por

album.text = this.imageList_xml.firstChild.childNodes[whichalbum].attributes.albumtext;
albumname.text =this.imageList_xml.firstChild.childNodes[whichalbum].attributes.albumtitulo;


y funciono a la perfeccion