初探air 窗体
adobe air的官方文档十分权威这就不重复了,主要是写实践的例子
用dreamweaver打包air会生成XML文件
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/2.0">
<filename>1</filename>
<customUpdateUI>false</customUpdateUI>
<id>a1</id>
<version>1</version>
<initialWindow>
<content>index.html</content><!--显示的首部文件-->
<transparent>false</transparent><!--初始不透明-->
<height>200</height><!--初始窗体高度-->
<width>300</width><!--初始窗体宽度-->
<visible>true</visible> <!--初始窗体显示-->
<systemChrome>none</systemChrome><!--初始无镶边-->
</initialWindow>
</application>

浙公网安备 33010602011771号