Classes
 ClassDescription
 AquaButton This AquaButton class defines a button component with a aqua effect inside.
 AquaButtonBuilder The IBuilder class of the AquaButton component.
 AquaButtonStyle The IStyle class of the AquaButton component.
 BackgroundButton The basic BackgroundButton component.
 BackgroundButtonBuilder The IBuilder class of the BackgroundButton component.
 BackgroundButtonStyle This IStyle class is used in the BackgroundButton component.
 FrameLabelButton The FrameLabelButton class is use over a "state" MovieClip with the 4 default frame's labels with the name :
  • "disabled" : the frame when the button is disabled.
  • "down" : the frame when the button is down.
  • "over" : the frame when the button is over.
  • "up" : the first frame when the button is up.

The stop() method is call in the first frame of the component when the constructor is launched.

This class looks like SimpleButton class but you can use the registerType() and the unregisterType() method to add or remove a ButtonEvent type (DISABLED, OVER, DOWN...) corresponding with a frame label in the MovieClip view of the button.
 FrameLabelButtonBuilder The IBuilder class of the AquaButton component.
 IconButton The IconButton component with a label and a basic icon display representation.
 IconButtonBuilder The IStyle class of the IconButton component.
 IconButtonStyle The IStyle class of the IconButton component.
 LabelButton This button contains a basic label field to display.
 LabelButtonBuilder The IBuilder of the LabelButton component class.
 LabelButtonStyle This IStyle class is used in the LabelButton to set the styles of the component.
 LightButton This LightButton is a button who use a LightColor motion to creates light effects when the button is over or click.
 LightButtonBuilder The IBuilder class of the LightButton component.
 LightButtonStyle The IStyle class of the LightButton component.
 LightFrameLabelButton This LightFrameLabelButton is a button who use a LightColor motion to creates light effects when the button is over or click.
 LightFrameLabelButtonBuilder The IBuilder class of the AquaButton component.
 LightFrameLabelButtonStyle The IStyle class of the LightFrameLabelButton component.