I have received many requests to explain how to create an mp3 player in Flash, so here it is! You will learn to create the following (please note that this is a Flash 8 tutorial):
A visual equalizer with colored bars,
A Sound object for external mp3 loading,
A play / stop button for your users, to turn [...]
Tags: loops · mp3 · music
Loading an external mp3 file in Flash has many benefits. First, and maybe the most practical is that your Flash movie filesize stays the same – there is no need to import the sound file into it, because we can load it dynamically, that is, while the movie is running. Second, if you wanted to [...]
Tags: ActionScript · mp3