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);
}