This is a real time sound spectrum visualizer, extremely customizable, very easy to use, with XML details integration. It is only for Flash CS3, coded in AS3.0, OOP style, and uses the SoundMixer class in Flash 9. Lots of parameters, like size, positions, colors, filters, gradients, can be easily set and customized in the XML, or even more easier than that, just use the controls provided in the main SWF file to customize the visualizer to suite your needs, and then just view the XML file with the new parameters after you press viewXML button! How cool is that?! Only one line of code is enough to have this spectrum visualizer up and running, and that's constructing it! So you can basically, just put new Visualizer(); and you're done.. as soon as you'll have any sound playing in your SWF file, you can watch it! Easy to add new shapes for viewing! Attention: this project will not show you how to play sound files, but only how to view them! So that is basically independent of any sound objects! |