Código ActionScript :
function init() { if (randomplay && size > 1) { _root.current = Math.round(Math.random() * _root.size - 1); } else { _root.current = 0; } // end else if if (size < 2 || size == undefined) { btnprev._visible = false; btnnext._visible = false; } // end if if (size == undefined) { btnplay._visible = false; setinfo("Ningún MP3 Disponible", true); } // end if if (autostart == 1 || autostart == "true" || autostart == "yes" || autoplay == 1 || autoplay == "true" || autoplay == "yes") { dewload(); } // end if } // End of the function
Obviamente falta código pero creo que en esta parte está el tema.
Alguna idea de como puedo activar el autostart?
De paso, en el xml no dice nada de eso.
Gracias!