如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
第一步:下载flex-iframe-1.5.1.zip包,将flex-iframe-1.5.1\bin下的flex-iframe-1.5.1.swc文件拷贝到工程目录下的libs目录下第二步:在flex_src目录下新建一个mxml模块文件文件内容如下:<?xmlversion="1.0"encoding="utf-8"?><mx:Modulexmlns:mx="http://www.adobe.com/2006/mxml"layout="absolute"minWidth="1100"minHeight="600"xmlns:flexiframe="http://code.google.com/p/flex-iframe/"horizontalAlign="center"verticalAlign="middle"><mx:Script><![CDATA[importmx.controls.Alert;<mx:Panelwidth="180%"height="140%"title="地图"><flexiframe:IFrameid="iFrameBySource"width="90%"height="90%"source="map2.html"/></mx:Panel></mx:Module>第三步:在html-template目录下新建你要加载的html页面如图:最后编译运行就行了!