Use to load a control stored in swf file : SWFLoader « Development « Flex






Use to load a control stored in swf file

Use <mx:SWFLoader> to load a control stored in swf file
          

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:SWFLoader id="loader1" source="a.swf" />
</mx:Application>

   
    
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Using the SWFLoader control to load a LiveCycle
2.SWFLoader init eventSWFLoader init event
3.Load a SWF by Using the SWFLoaderLoad a SWF by Using the SWFLoader
4.Use SWFLoader to load a swf file
5.Load External SWFLoad External SWF