Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/05/2008, 09:47
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Respuesta: Sound On/Off en mi sitio web

Hola nievedeverano:
El código en el botón escríbelo así:
on (release) {
stopAllSounds();
_root.musica1 = new Sound(this);
_root.musica1.loadSound("sonido1.mp3", true);
_root.musica1.onSoundComplete = function() {
_root.musica1.start(0, 1);
};
}

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/