Flex 中的透明 AIR 实现
关键的地方是:
把 <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"></mx:WindowedApplication>
改成 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"></mx:Application>
如果你要看详细的教程可以看这里的说明,写的比较详细:
http://space.flash8.net/space/html/21/461421_itemid_403548.html