Creating HTML AIR Applications
June 13, 2007 · 7 Comments
Having just spent the last few days tinkering with AIR applications - including some training at the annual Adobe Summit - I'm pretty fired up about AIR!
You can build AIR applications easily with Flex using the beta of Flex Builder 3 but you can also build AIR applications with HTML.
You need the AIR SDK (again, from Adobe Labs) and a text editor (and access to the command line to run the adl and adt SDK programs to run and package AIR applications respectively).
Of course that might be a bit more work than you want to do. In which case, install Aptana - either standalone or as a plugin for Eclipse / Flex Builder - and then install the AIR plugin for Aptana. Now you simply create a new "Adobe AIR" project, fill out the application information wizard, select your JavaScript libraries (it assumes you are building an AJAX application) and off you go!
Tags: adobe · air · programming

7 responses so far ↓
1 Michael Hagel // Jun 13, 2007 at 10:46 PM
2 Sean Corfield // Jun 13, 2007 at 11:03 PM
3 Ken Dunnington // Jun 14, 2007 at 6:17 AM
4 John Farrar // Jun 16, 2007 at 12:55 PM
5 Lee // Nov 7, 2007 at 10:04 AM
THANKS!!
6 Sean Corfield // Nov 7, 2007 at 12:41 PM
We've been increasingly pushing applications onto the web and we've been pushing more and more sophisticated user interfaces, trying to make the browser experience as rich as possible. But browsers have a number of limitations that make web applications less than ideal - no offline capability, no local file system access, no local storage, no integration with the operating system (such as system tray and notifications). AIR helps developers take their web skills to the desktop as well as extending the web experience into more convenient interactions.
I strongly recommend you read all the information on labs.adobe.com about AIR and do some research of your own to get on top of the basics.
7 Lee // Nov 7, 2007 at 2:28 PM
Leave a Comment