<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../../../override.css" type="text/css"><meta name="keywords" content="IFrame,com.google.code.flexiframe.IFrame,FUNCTION_ASK_FOR_EMBED_OBJECT_ID,FUNCTION_BRING_IFRAME_TO_FRONT,FUNCTION_CALLIFRAMEFUNCTION,FUNCTION_CREATEIFRAME,FUNCTION_GET_BROWSER_MEASURED_WIDTH,FUNCTION_HIDEDIV,FUNCTION_HIDEIFRAME,FUNCTION_HISTORY_BACK,FUNCTION_HISTORY_FORWARD,FUNCTION_LOADDIV_CONTENT,FUNCTION_LOADIFRAME,FUNCTION_MOVEIFRAME,FUNCTION_PRINT_IFRAME,FUNCTION_REMOVEIFRAME,FUNCTION_SETUP_RESIZE_EVENT_LISTENER,FUNCTION_SHOWDIV,FUNCTION_SHOWIFRAME,INSERT_FUNCTION_ASK_FOR_EMBED_OBJECT_ID,INSERT_FUNCTION_BRING_IFRAME_TO_FRONT,INSERT_FUNCTION_CALLIFRAMEFUNCTION,INSERT_FUNCTION_CREATEIFRAME,INSERT_FUNCTION_GET_BROWSER_MEASURED_WIDTH,INSERT_FUNCTION_HIDEDIV,INSERT_FUNCTION_HIDEIFRAME,INSERT_FUNCTION_HISTORY_BACK,INSERT_FUNCTION_HISTORY_FORWARD,INSERT_FUNCTION_LOADDIV_CONTENT,INSERT_FUNCTION_LOADIFRAME,INSERT_FUNCTION_MOVEIFRAME,INSERT_FUNCTION_PRINT_IFRAME,INSERT_FUNCTION_REMOVEIFRAME,INSERT_FUNCTION_SHOWDIV,INSERT_FUNCTION_SHOWIFRAME,SCROLL_POLICY_AUTO,SCROLL_POLICY_OFF,SCROLL_POLICY_ON,_appHost,_application,_browserScaling,_content,_debug,_frameAdded,_frameId,_frameLoaded,_functionQueue,_iframeContentHost,_iframeId,_loadIndicator,_parentVisibility,_source,_validForDisplay,applicationId,containerDict,content,debug,explicitVisibleValue,idList,loadIndicatorClass,logTarget,logger,overlapCount,overlappingDict,overlayDetection,randomIdentificationString,rootIndex,scrollPolicy,settingDict,source,visibilityNotificationFunction,visible,INSERT_FUNCTION_SETUP_RESIZE_EVENT_LISTENER,adjustPosition,bringIFrameToFront,buildContainerList,callIFrameFunction,checkDisplay,checkExistingPopUps,checkObjectId,checkOverlay,commitProperties,createChildren,createIFrame,getBrowserMeasuredWidth,handleAdd,handleChange,handleFrameLoad,handleMove,handleRemove,handleShowHide,hideDiv,hideIFrame,historyBack,historyForward,hitTestStageObject,isAncestor,isInFrontOfMe,loadDivContent,loadIFrame,lookupIndex,lookupSetting,moveIFrame,overlay_hideShowHandler,printIFrame,removeIFrame,resolveEmbedObjectId,setActualSize,setupBrowserResizeEventListener,setupExternalInterface,showDiv,showIFrame,systemManager_addedHandler,systemManager_removedHandler,updateDisplayList,updateFrameVisibility"><title>com.google.code.flexiframe.IFrame</title></head><body><script language="javascript" type="text/javascript" src="../../../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../../../help.js"></script><script language="javascript" type="text/javascript" src="../../../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
asdocTitle = 'IFrame - flex-iframe :: Library Documentation';
var baseRef = '../../../../';
window.onload = configPage;
--></script>
<script type="text/javascript">
scrollToNameAnchor();
</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">flex-iframe :: Library Documentation</td><td class="titleTableTopNav" align="right"><a href="../../../../package-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Packages</a> | <a href="../../../../class-summary.html" onclick="loadClassListFrame('../../../../all-classes.html')">All Classes</a> | <a href="../../../../all-index-A.html" onclick="loadClassListFrame('../../../../index-list.html')">Index</a> | <a id="framesLink1" href="../../../../index.html?com/google/code/flexiframe/IFrame.html&com/google/code/flexiframe/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">IFrame</td><td class="titleTableSubNav" id="subNav" align="right"><a href="#propertySummary">Properties</a> | <a href="#methodSummary">Methods</a> | <a href="#eventSummary">Events</a> | <a href="#constantSummary">Constants</a></td></tr><tr class="titleTableRow3"><td colspan="3"> </td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
<!--
if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("IFrame"); titleBar_setSubNav(true,true,false,false,false,false,true,false,true,false,false ,false,false,false,false,false);}
-->
</script><div xmlns:fn="http://www.w3.org/2005/xpath-functions" class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">com.google.code.flexiframe</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public class IFrame</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">IFrame <img src="../../../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> mx.core.Container</td></tr></table><p></p><p></p><p></p>
An IFrame which you can embed into Flex applications to show an HTML page.
<p><b>Usage:</b>
You must instantiate the IFrame with a unique identifier
(such as <codeph><IFrame id="myIFrame"></codeph> or
<codeph>var myIFrame:IFrame = new IFrame();</codeph>). You can assign a source
(<codeph>myIFrame.source = "http://www.google.com";</codeph>) or HTML content
(<codeph>myIFrame.content = "some html content...";</codeph>).</p>
<p><b>Advanced features:</b>
<ul>
<li>The IFrame can detect overlapping objects and hide automatically by activating the
overlay detection system (<codeph>myIFrame.overlayDetection = true;</codeph>).</li>
<li>You can setup a loading indicator that will be displayed while the IFrame is
loading (<codeph>myIFrame.loadIndicatorClass = myClass;</codeph>)</li>
<li>You can call a function on the IFrame document. See the <codeph>callIFrameFunction</codeph>
method documentation.</li>
</ul>
</p>
<p></p><p><span class="classHeaderTableLabel">See also</span></p><div class="seeAlso"><a href="http://code.google.com/p/flex-iframe" target="mm_external">http://code.google.com/p/flex-iframe</a></div><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a href="#applicationId" class="signatureLink">applicationId</a> : String = null<div class="summaryTableDescription">[static]
The SWF embed object id.</div></td><td class="summaryTableOwnerCol">IFrame</td></tr><tr class=""><td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a href="#content" class="signatureLink">content</a> : String<div class="summaryTableDescription">
没有合适的资源?快使用搜索试试~ 我知道了~
Flex页面嵌入jsp文件
共269个文件
html:76个
js:38个
xml:35个
5星 · 超过95%的资源 需积分: 10 31 下载量 10 浏览量
2012-12-14
16:31:54
上传
评论 1
收藏 5.36MB ZIP 举报
温馨提示
Flex页面嵌入jsp文件 flex-iframe1.5.1.zip解压找到flex-iframe-1.5.1\flex-iframe-1.5.1\bin\flex-iframe-1.5.1.swc放入flex项目的libs里面如果不是web项目就放倒lib里面,然后在你的mxml的头部里输入xmlns:名字(你自己喜欢怎么写)=http://code.google.com/p/flex-iframe/ 然后在mxml下面写<名字:IFrame source="你要嵌入的页面" width="100%" height="100%"/>
资源推荐
资源详情
资源评论
收起资源包目录
Flex页面嵌入jsp文件 (269个子文件)
IFrame.as 51KB
FABridge.as 29KB
IFrameExternalCalls.as 22KB
DirectionEvent.as 480B
COPYING 1KB
style.css 9KB
dashboard.css 3KB
dashboard.css 3KB
print.css 2KB
override.css 424B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
history.css 371B
AirIcon12x12.gif 318B
inheritedSummary.gif 144B
right_arrow_up.gif 88B
right_arrow_over.gif 88B
left_arrow_up.gif 88B
right_arrow_up.gif 88B
left_arrow_over.gif 88B
left_arrow_up.gif 88B
left_arrow_over.gif 88B
left_arrow_disabled.gif 88B
right_arrow_over.gif 88B
left_arrow_disabled.gif 88B
right_arrow_disabled.gif 87B
right_arrow_disabled.gif 87B
inherit-arrow.gif 85B
expanded.gif 79B
collapsed.gif 79B
IFrame.html 92KB
IFrameExternalCalls.html 40KB
all-index-I.html 23KB
all-index-F.html 20KB
all-index-S.html 15KB
all-index-C.html 14KB
all-index-H.html 14KB
all-index-L.html 12KB
all-index-O.html 10KB
all-index-R.html 10KB
all-index-A.html 10KB
all-index-V.html 10KB
all-index-B.html 9KB
all-index-U.html 9KB
all-index-P.html 9KB
all-index-D.html 9KB
all-index-E.html 8KB
all-index-G.html 8KB
all-index-M.html 8KB
all-index-X.html 8KB
all-index-J.html 8KB
all-index-W.html 8KB
all-index-K.html 8KB
all-index-Q.html 8KB
all-index-T.html 8KB
all-index-N.html 8KB
all-index-Y.html 8KB
all-index-Z.html 8KB
title-bar.html 5KB
index.template.html 4KB
IFrameCommTest.html 4KB
IFrameWithLoadIndicator.html 4KB
MultipleTabNavigators.html 4KB
CallIFrameFunction.html 4KB
index.template.html 4KB
index.template.html 4KB
index.template.html 4KB
index.template.html 4KB
index.template.html 4KB
index.template.html 4KB
index.template.html 4KB
TreeNavigator.html 4KB
TabNavigator.html 4KB
SimpleHtml.html 4KB
Dashboard.html 4KB
class-summary.html 4KB
package-detail.html 4KB
package-summary.html 3KB
index-list.html 2KB
index.html 2KB
myHTML.html 1KB
myHTML.html 1KB
all-classes.html 1KB
package-frame.html 1KB
pageWithJSfunctions.html 1KB
pageWithJSfunctions.html 1KB
package-list.html 1KB
共 269 条
- 1
- 2
- 3
xuliangwen
- 粉丝: 5
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- ap5030dn-openwrt-ath79-generic-huawei-ap5030dn-initramfs-kernel
- MinIO是一款高性能高可用的文件系统服务,可以用来替换FastDFS minio Docker镜像-v2024.6.29
- Annotations_Train_abstract_v002.zip
- sonatype-nexus3 Docker镜像-v3.9.0
- Java实现基于轻量型卷积神经网络的病虫害分析系统(源码+文档)
- Java毕业设计-基于Springboot轻量型卷积神经网络的病虫害分析系统(源码+文档)
- CIASI 2023测试打分表
- Java毕业设计-基于Springboot植物病虫害分析系统(源码+文档)
- Java毕业设计-基于Springboot的农作物病虫害分析系统(源码+文档)
- CSP竞赛编程基础教程:从入门到精通
- Hacknet.zip
- FPGA开发入门与实践基础教程
- 示波器使用与实验操作基础教程
- JAVA日期转换工具类
- 软考中级基础教程:掌握计算机技术与软件应用
- java下excel导出工具类,支持多个sheet,根据入参配置到处调用即可
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页