Comunidad de diseño web y desarrollo en internet online

Mp3 As3

Citar            
MensajeEscrito el 27 May 2010 12:20 pm
Como se cuando un mp3 termina de reproducirse en as3...

Por sodyack

40 de clabLevel



 

Ninguno

safari
Citar            
MensajeEscrito el 27 May 2010 11:05 pm
Algo así

Código ActionScript :

var snd:Sound = new Sound();
snd.load(new URLRequest('algun.mp3'));
var channel:SoundChannel = snd.play();
channel.addEventListener(Event.SOUND_COMPLETE, soundCompleteHandler);

function soundCompleteHandler(e:Event):void {
    trace('Terminó');
 }


Es solo ilustrativo, ya que faltaria la precarga

Jorge
Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.