if (noRepeat == undefined) {
var noRepeat:Number;
noRepeat = 1;
var sonido:Sound = new Sound();
sonido.attachSound("sonidillo");
sonido.onSoundComplete = function() {
this.start();
};
sonido.start();
}
la cosa es la siguiente... tendría que hacer que haya un botón de play y uno de stop por si alguien quiere parar la música y después volver a iniciarla... alguien sabe cómo puedo hacer ?
help please !!
besoooooo