Load a SWF by Using the SWFLoader : SWFLoader « Development « Flex






Load a SWF by Using the SWFLoader

Load a SWF by Using the SWFLoader
          
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">

    <mx:TabNavigator resizeToContent="true" paddingTop="0">
        <mx:Canvas>
            <mx:SWFLoader source="a.swf"/>
        </mx:Canvas>
    </mx:TabNavigator>
</mx:Application>

   
    
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Use to load a control stored in swf fileUse <mx:SWFLoader> to load a control stored in swf file
2.Using the SWFLoader control to load a LiveCycle
3.SWFLoader init eventSWFLoader init event
4.Use SWFLoader to load a swf file
5.Load External SWFLoad External SWF