Blog Archives

Publishing Android app in the Air Developer Tool

I’ve been working on an Android app lately, built in ActionScript. There’s a problem within the Flash IDE when publishing an Android app, that the icons available haven’t yet been updated to include 96×96 and 144×144. There’s been talk of

Tagged with: , , , ,
Posted in AIR, Flash

XML read error in AIR

Back to blogging, working on a couple of projects: I was importing an XML file using the standard technique of using a URLLoader, and in the result handler, setting the XML file with: var result:XML = new XML(event.target.data); But I

Tagged with: ,
Posted in AIR, Flash