Real equalizer - as3
This is a very easy to use actionscript 3 music player and real equalizer. You only need 2 lines of code to put it in your file. See the example below. var audioTxt_mc:AudioPlayer = new AudioPlayer(0x999999, 0xff99ff, "audio/adg3.com_crypticPsyche.mp3"); addChild(audioTxt_mc);The bars bounce based on the music and the button changes color when rolled over. You can customize both colors and the song that plays.