audio - Actionscript 3.0 sound chain -


is possible in actionscript 3.0 play chain of sounds (i.e. several mp3s)? or should manually start playing first sound, wait sound_complete event, start second sound , on?

you'd need use sound_complete, should aware flash has latency issues when comes playing sounds. additionally, if you're using mp3s have remember mp3 file format has blank space @ head of file such continuous loop not possible without using 10.0+ sound apis extract part of file contains actual sound.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -