EndangeringSpecies
EndangeringSpecies

Reputation: 1594

can an Actionscript AS3 app be converted to Adobe AIR using free/cheap tools?

suppose I have an AS3 app made using FlashDevelop (I don't have the expensive IDE). Now I want to turn it into AIR app to deploy it on mobile or run it on the desktop or whatever. So how do I do that? Is there a free conversion utility? Or would I need to either buy some IDE or else get somebody else with a license do the conversion for me?

Upvotes: 1

Views: 811

Answers (2)

user734063
user734063

Reputation: 569

Any Flash content can be packaged with AIR to iOS, Android, and BlackBerry.

From Flash Professional, this can be done by changing the Publish Settings. Refer this

Upvotes: 0

Samuel Neff
Samuel Neff

Reputation: 74899

You don't need to buy any tools to build for, test on, and deploy to Adobe AIR. Everything you need is in the free Adobe AIR SDK.

http://www.adobe.com/products/air/sdk/

Upvotes: 4

Related Questions