quiero colocarlo debajo de la foto y cuando se selecciones la foto se vea el titulo corrspondiente...
he aki el codigo :
Cita:
filename_list = new Array();
url_list = new Array();
title_list = new Array();
description_list = new Array();
var filepath:String = "thumbnails/";
var flashmo_xml = new XML();
flashmo_xml.ignoreWhite = true;
flashmo_xml.onLoad = function()
{
var nodes:Array = this.firstChild.childNodes;
for(var i=0;i<nodes.length;i++)
{
filename_list.push(nodes[i].attributes.filename);
url_list.push(nodes[i].attributes.url);
title_list.push(nodes[i].attributes.title);
description_list.push(nodes[i].attributes.description);
}
}
flashmo_xml.load("lista.xml");
tn_group_area._visible = false;
url_list = new Array();
title_list = new Array();
description_list = new Array();
var filepath:String = "thumbnails/";
var flashmo_xml = new XML();
flashmo_xml.ignoreWhite = true;
flashmo_xml.onLoad = function()
{
var nodes:Array = this.firstChild.childNodes;
for(var i=0;i<nodes.length;i++)
{
filename_list.push(nodes[i].attributes.filename);
url_list.push(nodes[i].attributes.url);
title_list.push(nodes[i].attributes.title);
description_list.push(nodes[i].attributes.description);
}
}
flashmo_xml.load("lista.xml");
tn_group_area._visible = false;