Código :
tema = new Sound();
tema_xml = new XML();
tema_xml.ignoreWhite = true;
tema_xml.onLoad = funcion(exito)
{
ruta = tema_xml.firstChild.childNodes[0].childNodes[0].firstChild;
}
tema_xml.load("lista.xml");
tema.loadSound(ruta,true);
y me tira este error:
Error opening URL "file:///C|/Documents%20and%20Settings/Totote/Escritorio/fauno/undefined"
como puedo hacer para guardar ese dato en la variable
