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 […]
Entries Tagged as 'Sound'
Making a simple player for mp3 loops with a visual equalizer
October 14th, 2008 32 Comments
Attaching sounds to buttons dynamically with ActionScript
October 12th, 2008 12 Comments
Add sounds to your interface via ActionScript, thus avoiding the need to put them manually in each button. Click on the button below to hear the sound attached dynamically.
Tags: button symbol · dynamic sound
Adding sound to your buttons
October 12th, 2008 7 Comments
Make your users’ experience even more engaging by adding sounds to your interface. You’ll see, this is really easy to do. For starters, click on the buttons below to hear what I mean.
Tags: button symbol
Loading an external mp3 file with ActionScript
October 8th, 2008 47 Comments
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