Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any free tools for building AIR applications? [closed]

There is an ongoing argument on the web right now about the "openness" of the iPhone OS and Adobe Flash platforms. Adobe's argument is that anyone can build a Flash application without having to worry about being allowed to distribute it.

This made me wonder… is it possible to build and distribute an AIR application without giving any money to Adobe (without violating any licenses, of course)? Are any of these tools free? Are any open-source?

like image 971
rspeed Avatar asked Dec 29 '22 16:12

rspeed


2 Answers

Yes. If you are on a pc download flashdevelop(which is free) or if you're on a mac you'll need to buy either flashbuilder($699), fdt($129-$699), textmate($60 i think), or download minibuilder for free... then go over to adobe labs and download the latest flex sdk. Once you've gotten this far check out any one of the numerous tutorials out on the interwebs that explain how to create and compile regular as3 apps, air apps, etc...

I really like flashdevelop as it comes with project templates for pure as3 apps, air apps, etc. It makes life very easy. I can't speak to the other IDE's as I haven't used them, but I know some peeps that use FDT and they speak very highly of it (but it's not free). Good luck!

like image 153
heavilyinvolved Avatar answered Dec 31 '22 05:12

heavilyinvolved


The AIR SDK and Flex SDK are both free and open source. They are the primary tools for building apps on the Flash Platform. There are free and commercial IDEs built on top of these SDKs.

like image 34
James Ward Avatar answered Dec 31 '22 05:12

James Ward