For a quick, hands-on illustration of how Adobe® AIR™ works, use these instructions to create and package a simple HTML-based AIR "Hello World" application using the Adobe® AIR™ Extension for Dreamweaver®.
If you haven't already done so, download and install Adobe AIR , which is located here: www.adobe.com/go/air.
For instructions on installing the Adobe AIR Extension for Dreamweaver, see Installing the AIR Extension for Dreamweaver.
For an overview of the extension, including system requirements, see Using the AIR Extension for Dreamweaver.
Your Adobe AIR application must have a start page and all of its related pages defined in a Dreamweaver site. (For more information on Dreamweaver sites, see Dreamweaver Help.) To create a start page for a simple "Hello World" AIR application, follow these instructions:
This example is extremely simple, but if you want you can style the text to your liking, add more content to the page, link other pages to this start page, and so on.
Most of the required settings in the AIR Application and Settings dialog box are auto-populated for you. You must, however, select the initial content (or start page) of your application.
A digital signature provides an assurance that the code for an application has not been altered or corrupted since its creation by the software author, and is required on all Adobe AIR applications.
Your completed AIR Application and Installer Settings dialog box might look like this:
For further explanation about all of the dialog box options and how to edit them, see Creating an AIR application in Dreamweaver.
Dreamweaver creates the Adobe AIR application file and saves it in your site root folder. Dreamweaver also creates an application.xml file and saves it in the same place. This file serves as a manifest, defining various properties of the application.
Now that you've created the application file, you can install it on any desktop.
This step is optional. You can actually install the new application on your computer right from your Dreamweaver site directory if you prefer.
You can preview pages that will be part of AIR applications at any time. That is, you don't necessarily need to package the application before seeing what it will look like when it's installed.
You can also press Ctrl+Shift+F12 (Windows) or Cmd+Shift+F12 (Macintosh).
When you preview this page, you are essentially seeing what a user would see as the start page of the application after they've installed the application on a desktop.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Comments
No screen name said on Jul 31, 2008 at 4:53 AM :