创建一个AIR网页浏览器。

代码:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
    
<mx:Label text="Please enter your URL and hit &quot;enter&quot;"/>
    
<mx:TextInput id="URLtext" width="100%" enter="HTML.location=URLtext.text"/>
    
<mx:HTML id="HTML" location="http://www.google.com/ig" width="100%" />    
</mx:WindowedApplication>

相关文章:

猜你喜欢
相关资源
相似解决方案