flex内嵌html网页 flex内嵌html网页代码实例

软件发布|下载排行|最新软件

当前位置:首页IT学院IT技术

flex内嵌html网页 flex内嵌html网页代码实例

  2021-03-19 我要评论
想了解flex内嵌html网页代码实例的相关内容吗,在本文为您仔细讲解flex内嵌html网页的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:flex,内嵌,html网页,下面大家一起来学习吧。
首先下载flex-iframe.swc,并添加到libs中

下面直接上代码
复制代码 代码如下:

<?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>
<!-- 将非可视元素(例如服务、值对象)放在此处 -->
</fx:Declarations>
<code:IFrame id="myiframe" width="100%" height="100%"/>
</s:Application>

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们