博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Flex 嵌入jsp
阅读量:6516 次
发布时间:2019-06-24

本文共 439 字,大约阅读时间需要 1 分钟。

http://zwh910621.iteye.com/blog/818095 


http://www.iteye.com/problems/30247 

http://code.google.com/p/as3cannonball/ 


https://github.com/flex-users/flex-iframe/downloads 


Java代码  
  1.   


<?xml version="1.0" encoding="utf-8"?> 

<mx:Application 

xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" 

xmlns:google="http://code.google.com/p/flex-iframe/"> 


<google:IFrame  source="http://zwh910621.iteye.com/" width="90%" height="90%"/> 

</mx:Application>

转载地址:http://jhlfo.baihongyu.com/

你可能感兴趣的文章
R语言合并data.frame
查看>>
linux主机下的Vmware Workstation配置NAT设置 端口映射-Ubuntu为例
查看>>
unity physics joint
查看>>
TD的访问地址
查看>>
JAVA常见面试题之Forward和Redirect的区别
查看>>
tmpFile.renameTo(classFile) failed 错误
查看>>
【甘道夫】Apache Hadoop 2.5.0-cdh5.2.0 HDFS Quotas 配额控制
查看>>
一张图看懂normal,static,sealed,abstract 的 区别
查看>>
Task的使用
查看>>
grep和正则表达式
查看>>
s:iterator巧妙控制跳出循环
查看>>
移动互联网思维
查看>>
redis-手写redis切片和非切片连接池并注入springboot中
查看>>
Serv-U 的升级及数据备份和迁移【转】
查看>>
webstorm无法显示左边文件夹目录的解决方法
查看>>
Android数据保存之文件保存
查看>>
数字校园-云资源平台 2014.10.26-人人通共享空间
查看>>
使用IIS承载WCF服务
查看>>
在 CentOS 和 RHEL 上安装 Puppet 服务器和客户端
查看>>
Android性能优化Google课程翻译一:Render----OverDraw实战
查看>>