hast aahi tod obien, pero necesito cargarle el listado de productos (que ya tengo que vienen de un xml)
probe con productos.textos... pero .. no me funciona, y de todos modos necesito poner uno debajo del otro
Código PHP:
for (i=0; i<subcategorias.length; i++) {
nombre_subcategoria = subcategorias[i].childNodes[0].firstChild;
botonSubcategoria = new Object();
botonSubcategoria.titulo = nombre_subcategoria;
botonSubcategoria.seccion = i;
botonSubcategoria._y = 68.7;
botonSubcategoria._x = 70*i+160;
botonSubcategoria.productos.textos = "probando";
// aca hago el attach
_root.attachMovie("btn_subcategoria", "btn_subcategoria_"+i, _root.getNextHighestDepth(), botonSubcategoria);
}