Packagecom.adobe.portfolio.components.supportClasses
Classpublic class FlashButton
InheritanceFlashButton Inheritance spark.components.Button
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 swfClass cannot be found.
FlashButton
  swfClass : String
Returns the name of the stage instance for this component within a designer skin swf.
FlashButton
Public Methods
 MethodDefined By
  
Default constructor for FlashButton.
FlashButton
Property Detail
fallbackproperty
fallback:IVisualElement  [read-only]

A visual element to be drawn if the Flash asset specified by 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
FlashButton()Constructor
public function FlashButton()

Default constructor for FlashButton.