este es el codigo para el xml
stop ();
Botton.prototype.useHandCursor = false;
ruta = "playlist.xml";
mixml = new XML();
mixml.ignoreWhite = true;
mixml.load(this.ruta);
mixml.onLoad = function (ok)
{
var glo = _global;
glo.itemNr = mixml.firstChild.childNodes.length;
var num = mixml.firstChild.firstChild;
glo.playlist = new Array();
for (var este = 1; este <= glo.itemNr; ++este)
{
glo.playlist[este] = num.attributes;
num = num.nextSibling;
}//fin for
_parent.main.play();
};
si necesitan el fla completo para alludarme me dicen para que se los pase ok?
gracias totales.
