[img]http://dl.iteye.com/upload/picture/pic/116129/0bd41145-5778-3b29-8e93-f2cfcbd6d943.png[/img]
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:iframe="http://code.google.com/p/flex-iframe/"
minWidth="955" minHeight="600" backgroundColor="#65C4F5">
<s:layout>
<s:VerticalLayout horizontalAlign="center" paddingTop="20"/>
</s:layout>
<fx:Declarations>
<!-- 将非可视元素(例如服务、值对象)放在此处 -->
</fx:Declarations>
<iframe:IFrame x="43" y="36" width="70%" height="70%"
source="http://xiongjiajia.iteye.com/">
</iframe:IFrame>
</s:Application>