Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2004, 22:21
Avatar de Prince
Prince
 
Fecha de Ingreso: mayo-2003
Ubicación: DF
Mensajes: 574
Antigüedad: 20 años, 11 meses
Puntos: 1
El objeto Sound tiene un método que se llama "onSoundComplete".
Ejemplo
Código:
var snd_1:Sound = new Sound();
snd_1.onSoundComplete = function(){
trace("el sonido terminó de ejecutarse");
};
snd_1.loadSound(sUrl,true);
__________________
- P R I N C E -