Using the SWFLoader control to load a LiveCycle : SWFLoader « Development « Flex






Using the SWFLoader control to load a LiveCycle

          

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:SWFLoader source="a.swf" scaleContent="false" />
</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.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