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

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Development » SWFLoaderScreenshots 
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
w__w___w._j__a__va___2_s__.___com__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.