Package | com.adobe.portfolio.components.supportClasses |
Class | public class FlashButton |
Inheritance | FlashButton ![]() |
Implements | IFlashComponent |
Default MXML Propertylabel
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Default constructor for FlashButton. | FlashButton |
fallback | property |
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.
public function get fallback():IVisualElement
swfClass | property |
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.
public function get swfClass():String
public function set swfClass(value:String):void
See also
FlashButton | () | Constructor |
public function FlashButton()
Default constructor for FlashButton.