欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

flex內(nèi)嵌html網(wǎng)頁(yè)示例代碼

 更新時(shí)間:2014年05月02日 14:00:34   作者:  
這篇文章主要介紹了flex如何內(nèi)嵌html網(wǎng)頁(yè),需要的朋友可以參考下
首先下載flex-iframe.swc,并添加到libs中

下面直接上代碼
復(fù)制代碼 代碼如下:

<?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:code="http://code.google.com/p/flex-iframe/"
minWidth="955" minHeight="600"
creationComplete="application1_creationCompleteHandler(event)">
<fx:Script>
<![CDATA[
import mx.events.FlexEvent;
protected function application1_creationCompleteHandler(event:FlexEvent):void
{
this.myiframe.source = "http://m.weather.com.cn/m/pn11/weather.htm";
}
]]>
</fx:Script>
<fx:Declarations>
<!-- 將非可視元素(例如服務(wù)、值對(duì)象)放在此處 -->
</fx:Declarations>
<code:IFrame id="myiframe" width="100%" height="100%"/>
</s:Application>

相關(guān)文章

最新評(píng)論