We have an application written in ActionScript 3 using Flash. Now it’s time to port this app to iOS. So we need to convert a lot of code to Objective-C syntax. I think, this task must be automated, which excludes useless and time consuming hand work stuff.
In previous project I had similar development iteration – convert Java to ActionScript 3. And this was achieved with open source conversion tool J2AS3.
Does exist such tool or some open source project for converting ActionScript 3 to Objective-C?
Or I should to start write it myself from scratch?
UPDATE. The only valuable info what I’ve found is a thread in stackoverflow: Converting Actionscript syntax to Objective C.
Adobe makes a tool called Packager for iPhone that does this. Check it out here: http://labs.adobe.com/technologies/packagerforiphone/
From their site: