准备一个flash文件:Local.swf
<?xml version="1.0"?>
<!-- Simple example to demonstrate the SWFLoader control. -->
<!--
如何使用Flex SWFLoader
MyShareBook.cn 翻译
-->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Panel title="SWFLoader Control Example" height="90%" width="90%"
paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10">
<mx:Label text="The Label control of the outer application."/>
<mx:SWFLoader id="Load" source="@Embed(source='Local.swf')" height="100" width="350"/>
</mx:Panel>
</mx:Application>