Operation Manual

Table Of Contents
454
Cross-product
Last updated 11/30/2015
The preceding requirements are only for creating and previewing Adobe AIR applications in Dreamweaver. To
install and run an Adobe AIRapplication on the desktop, you must also install Adobe AIR on your computer. To
download the runtime, see www.adobe.com/go/air.
Install the Adobe AIR Extension for Dreamweaver
1 Download the Adobe AIR Extension for Dreamweaver here: http://www.adobe.com/products/air/tools/ajax/.
2 Double-click the .mxp extension file in Windows Explorer(Windows) or in the Finder (Macintosh).
3 Follow the onscreen instructions to install the extension.
4 After you’re finished, restart Dreamweaver.
For information about using the Adobe AIR Extension for Dreamweaver, see Using the AIR Extension for
Dreamweaver.
Creating an AIR application in Dreamweaver
To create an HTML-based AIR application in Dreamweaver, you select an existing site to package as an AIR application.
1 Make sure that the web pages you want to package into an application are contained in a defined Dreamweaver site.
2 In Dreamweaver, open the home page of the set of pages you want to package.
3 Select Site > Air Application Settings.
4 Complete the AIR Application and Installer Settings dialog box, and then click Create AIR File.
For more information, see the dialog box options listed below.
The first time you create an Adobe AIR file, Dreamweaver creates an application.xml file in your site root folder.
This file serves as a manifest, defining various properties of the application.
The following describes the options in the AIR Application and Installer Settings dialog box:
Application File Name is the name used for the application executable file. By default, the extension uses the name
of the Dreamweaver site to name the file. You can change the name if you prefer. However, the name must contain
only valid characters for files or folder names. (That is, it can only contain ASCII characters, and cannot end with a
period.) This setting is required.
Application Name is the name that appears on installation screens when users install the application. Again, the
extension specifies the name of the Dreamweaver site by default. This setting does not have character restrictions,
and is not required.
Application ID identifies your application with a unique ID. You can change the default ID if you prefer. Do not use
spaces or special characters in the ID. The only valid characters are 0-9, a-z, A-Z, . (dot), and - (dash). This setting
is required.
Version specifies a version number for your application. This setting is required.
Initial Content specifies the start page for your application. Click the Browse button to navigate to your start page
and select it. The chosen file must reside inside the site root folder. This setting is required.
Description lets you specify a description of the application to display when the user installs the application.
Copyright lets you specify a copyright that is displayed in the About information for Adobe AIR applications
installed on the Macintosh. This information is not used for applications installed on Windows.
Window Style specifies the window style (or chrome) to use when the user runs the application on their computer.
System chrome surrounds the application with the operating system standard window control. Custom chrome
(opaque) eliminates the standard system chrome and lets you create a chrome of your own for the application. (You