Im using the following in a number of small flash projects that require audio (mp3)... Im intrested in learning how I can 'detect' the end of a streaming mp3 and then instruct the movie to do something else using actionscript... either play a new mp3 or go to some frame label / scene, etc.
How would the action script(using the following example) look?
How would the action script(using the following example) look?
Code:
my_sound = new Sound(this);
my_sound.loadSound("[URL unfurl="true"]http://www.2paclegacy.com/musicplayer/newaudio/01.mp3",true);[/URL]