Packagecom.adobe.portfolio.components.supportClasses
Classpublic class FlashToggleButton
InheritanceFlashToggleButton Inheritance spark.components.ToggleButton
Implements IFlashComponent

FlashButton is a skinnable implementation of IFlashComponent that is suitable for using dynamically-loaded Flash assets as part of a Button skin.

Default MXML Propertylabel



Public Properties
 PropertyDefined By
  fallback : IVisualElement
[read-only] A visual element to be drawn if the Flash asset specified by swfFile and swfClass cannot be found.
FlashToggleButton
  swfClass : String
Returns the name of the stage instance for this component within a designer skin swf.
FlashToggleButton
Public Methods
 MethodDefined By
  
Default constructor for FlashButton.
FlashToggleButton
Property Detail
fallbackproperty
fallback:IVisualElement  [read-only]

A visual element to be drawn if the Flash asset specified by swfFile and swfClass cannot be found.

This property can be used as the source for data binding.


Implementation
    public function get fallback():IVisualElement
swfClassproperty 
swfClass:String

Returns the name of the stage instance for this component within a designer skin swf.

This property can be used as the source for data binding.


Implementation
    public function get swfClass():String
    public function set swfClass(value:String):void

See also

Constructor Detail
FlashToggleButton()Constructor
public function FlashToggleButton()

Default constructor for FlashButton.