天天看点

Flex 嵌入jsp

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 

Flex 嵌入jsp

<?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>