Packagecom.adobe.portfolio.components.supportClasses
Interfacepublic interface IFlashComponent
Implementors FlashButton, FlashContainer, FlashToggleButton

An IFlashComponent is used to reference an object type in an external SWF file. This allows assets to be accessed dynamically rather than requiring them as a SWC at compile time. The primary use case is for skin assets created in Flash Professional to be used in Flex applications, and changed dynamically at runtime.



Public Properties
 PropertyDefined By
  swfClass : String
[read-only] Returns the name of the stage instance for this component within a designer skin swf.
IFlashComponent
Property Detail
swfClassproperty
swfClass:String  [read-only]

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


Implementation
    public function get swfClass():String

See also