cool
Posted 3 months ago
This is a Spectrum Analyzer Display component for AS3 /flash 9 or above only.
This component uses the computeSpectrum method.
The preview simply shows all the adjustments you can set on it.
All the files needed to make this component are in the download.
Also included is the mxp file to install the component. ( have not tested this on a mac )
The sample.fla shows the Action Script needed to access the setter/getters of the component.
Or you can just drag and drop the component and change the settings from the component inspector
The music on the sample page on flashden is not included in this package.
For you to get the sample.fla to work you will have to load up your own music. The code in the sample.fla is already written you just need to change the mp3 name to your own.
Adjusting the height of the component will change the max height of the EQ display.
Here is a list of the setter/getter methods.
num_Bars( val:uint ) // (default 256) This uint has to be one of the following 256,128,64,32,16,8,4,2,1 anything else will cause funny results
Bar_Width( val:uint ) // (default 1 ) Width of the bar for each of the frequencies
bar_Spacing( val:uint ) // (default 1 ) Width of the space between each bar.
BarsOn( val:Boolean ) // ( default true ) Turns the bars on or off.
Bar_Speed( val:uint ) // ( default 15 ) The speed of how fast a bar falls to the rest position.
Bar_Color( val:uint ) // ( defaulr blue ) The color of the bar.
FloatersOn( val:Boolean ) // ( default true ) Turns the Floaters on or off.
Floater_Speed( val:uint ) // ( default 15 ) The speed of how fast a Floaters falls to the rest position.
Floater_Color( val:uint ) // (default white )The color of the floaters.
SpectrumDisplay( val:Boolean ) // ( Default true ) true for spectrum anyalizing mode. false for wave form style mode.
All files are broken into directories to make it easy for you.
Spectrum_Equalizer.swc
Icon.png
icon.psd
Spectrum_Equalizer.as
EQbar.as
Help.txt
Component.fla
Component.swf
LivePreview.as
LivePreview.fla
Sample.fla
Sample.html
Spectrum_Equalizer.mxi
Spectrum_Equalizer.mxp
Test.fla
Hey guys, thanks for the great comments. I looked into your mozilla issues and I can not find anything wrong. With a fresh install of FireFox and a fresh install of the flash Plugin I had no problems with it at all.
You may want to try to update your flash plugin and your FF, since this is a flash 9+ item.
If you still can’t get it to work can you maybe give me your versions of FF and flash player you are running. Thanks
Posted 3 months ago
I don’t know why the formatting got fubared making it a pain to read so here is the list of getters and setters for the component again.
num_Bars( val:uint ) // (default 256) This uint has to be one of the following 256,128,64,32,16,8,4,2,1 anything else will cause funny results
Bar_Width( val:uint ) // (default 1 ) Width of the bar for each of the frequencies
bar_Spacing( val:uint ) // (default 1 ) Width of the space between each bar.
BarsOn( val:Boolean ) // ( default true ) Turns the bars on or off.
Bar_Speed( val:uint ) // ( default 15 ) The speed of how fast a bar falls to the rest position.
Bar_Color( val:uint ) // ( defaulr blue ) The color of the bar.
FloatersOn( val:Boolean ) // ( default true ) Turns the Floaters on or off.
Floater_Speed( val:uint ) // ( default 15 ) The speed of how fast a Floaters falls to the rest position.
Floater_Color( val:uint ) // (default white )The color of the floaters.
SpectrumDisplay( val:Boolean ) // ( Default true ) true for spectrum anyalizing mode. false for wave form style mode.
Posted 3 months ago
A cool effect is to turn the floater speed up really fast and the bar speed set to 1. Sort of reversing the default settings
Posted 3 months ago