Hi,
as you might know, I'm currently working on mobile packaging for Flexmojos. While working on this, I had to dig quite deep into some of Adobe AIRs concepts on mobile packaging. While packaging for android seems to be quite straight forward, iOS packaging is a little more complex. They seem to anaylse the ABC code to see what the application is doing and outputting pre-compiled chunks of iOS code. So if I was to compile a Flex application to iOS, I would be parsing the ActionScript code, ouput SWF, then parse that and output iOS code ... so I tought, shouldn't Falcon allow directly outputting iOS using the same templates the AOT compiler in the Air SDK has? And thinking even further ... shouldn't it be possible to so something similar for android? This way we wouldn't have to package the full-blown AIR runtime with every application. Chris
