Package | com.adobe.portfolio.components.supportClasses |
Class | public class FlashToggleButton |
Inheritance | FlashToggleButton ![]() |
Implements | IFlashComponent |
Default MXML Propertylabel
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Default constructor for FlashButton. | FlashToggleButton |
fallback | property |
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.
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
FlashToggleButton | () | Constructor |
public function FlashToggleButton()
Default constructor for FlashButton.