thats dooooooope! nice!
Posted about 1 year ago
Visualizes the audio spectrum.
Implemented as a component, you can easily change layout and appearance from the parameters panel, and no actionscript knowledge required.
Ideal for media and MP3 Players!
The component is not compiled, so you can change the actionscript if you want to.
You can customize using the parameters panel:
- number of frequency bands - accuracy and sample rate - height, color and spacing of the bars - attack/decay rates for the bars
If you embed the component in a movieclip, you can apply the Flash filters on the movie for cool effects. Try the drop shadow filter!
CS3 /AS3 only!
Posted about 1 year ago
How does this work, the mp3 needs to be inside the fla?, or can i use this with an mp3 player that loads dynamically?
Posted about 1 year ago
I forgot I made one of these..I should post mine :]
and for some reason your’s isnt showing up on mine
Posted about 1 year ago
@asimov you can play dynamically loaded mp3’s.
it works by analyzing the main audio streams from sounds played in the mixer in flash, so it can only analyze the total sound output, not individual sound streams.
there is one security issue, because it analyzes the mixer, if other flash movies on another domain plays sound, the mixer might block access and the spectrum is disabled.
remember this file is cs3/as3 only.
Posted about 1 year ago
Flash Junior made one a while back. http://www.flashden.net/item/sound-visualizer/3314 But I like what you have done with yours.

Bit
Posted about 1 year ago
I haven’t seen that one before, otherwise i would have bought it
I made this one to use in my own projects and decided to post it here.
Please be so kind to post an example on how to load an external mp3 on your audio spectrum analyzer as I tried without any luck. Best
LP
Posted about 1 year ago
Hey man,
I put the component on stage but I don’t see any bars animating. Could you help me out?
Posted 8 months ago
do you have a non-component version of this for using to attach audio spectrum to other things than the bars?
Posted 7 months ago
This is soooo cool.
Well done on this.
I have but a small question, instead of placing the component on the stage can it be dynamicly added via addChild i have tried but no luck so far.
var newSA:SpectrumAnalyzer = new SpectrumAnalyzer; newSA.sampleFrequency = “22 khz”; newSA.x = 68; newSA.y = 192.4; addChild(newSA);
Any thoughts would help…
Posted 6 months ago