创建一个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 "enter""/>
<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>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:Label text="Please enter your URL and hit "enter""/>
<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>
浙公网安备 33010602011771号