run ADF directly

How to use

At first, about AIR SDK

You MUST install AIR SDK before using this extension.
Not runtime.

Download Latest Milestone: Flex 3 SDK Beta 2 or Recent Nightly Builds of the Flex 3 SDK from Adobe Labs
Flex 3 Software Development Kit
http://labs.adobe.com/technologies/flex/sdk/flex3sdk.html

2 buttons appear in toolbar.

Toolbar

  1. "R" : Run ADF directly.
    When the current document is the ADF file or HTML file, you can run HTML-based AIR applications.
  2. "S" : Set path of "adl.exe"
    You should set the path of adl.exe on your environment.
    (As default, "file:///C|AIRSDK/bin/adl.exe")

Using context menu on the files panel.

On the files panel,

  1. Select the ADF file or HTML file.
  2. Right-click and "Run ADF directly"

Context menu

In application file(HTML file)

When the path of ADF file is defined in meta-date.
You can run HTML-based AIR applications using the ADF file that defined in meta-date.

<meta name="adf" content="application.xml">

Context menu

Set path of "adl.exe"

You should set the path of adl.exe on your environment.
(As default, "file:///C|AIRSDK/bin/adl.exe")

config