Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/11/2008, 19:00
Avatar de Yara
Yara
 
Fecha de Ingreso: julio-2003
Ubicación: Santo Domingo, República
Mensajes: 59
Antigüedad: 20 años, 9 meses
Puntos: 0
Respuesta: Generar botones desde un xml

Ya resolví!!

Agregué esto en el llamado del xml:

Código:
_root.contenedor["datos"+i].enlace = agenda[i].childNodes[1].firstChild;
_root.contenedor["datos"+i].enlace1 = agenda[i].childNodes[3].firstChild;
_root.contenedor["datos"+i].enlace2 = agenda[i].childNodes[2].firstChild;

Y en el boton que manda a llenar puse esto:
on (press) {
	_root.titulo_big.text = enlace;
	_root.contenido.htmlText = enlace1;
	_root.big.loadMovie(enlace2);
}
__________________
Yara
tomxavier.com