Código PHP:
this.onEnterframe = function(){
if (sonido == ""){
function (canso_default){
sonido = "musica_somniweb_15.mp3";
mysound.loadSound(sonido, false);
btn_play.enabled = false;
sonando.text = sonido;
mysound.start(0,9999);
}
}
}
pero no me hace la funciona if
alguien sabe como?
gracias