Launch Configuration

Note: this page contains documentation for a not yet released version 0.0.6

Browser Configuration

The Axdt launcher refreshes and opens the compiler output after a successful compilation by default.

Open compiled swf files
whether a browser is opened.
Use
choose the preferred browser.

  • internal SWFView opens a slick Eclipse editor view that will open any IURIEditorInput inside a SWT Browser Widget.
  • system browser opens the system default browser.

If the SWFView displays a blank page read the  SWT FAQ.

Launch Path Configuration

By default the launcher opens the browser with the absolute path of the output file.

Use alternative path
whether to use an alternative path instead.
Path
A variable url expression as the alternative path.

Launch Path Variables

Variables advertised in the selection dialog can be inserted into the path string and are evaluated when used. Useful variables

  • ${workspace_loc} the absolute path to the current workspace
  • ${project_loc},${project_path},${project_name} the project location, path and name of the current resource.
  • ${container_loc},${container_path},${container_name} the container location, path and name of the current resource.
  • ${resource_loc},${resource_path},${resource_name} the current resources location, path and name.

Contributed by Axdt

  • ${flexN.home},${flexN.frameworks} (N in [3,4]) paths to the Flex N SDK directory and the frameworks subdirectory.
  • ${deploy_loc},${deploy_path},${deploy_name} the deploy location, path and name of the current project.
  • ${resource_name_noext} the resources name without file extension.

Launch Path Example

In the example below a string prompt is configured with http://${string_prompt:url:mb0.org} . As soon as the launcher compiles successfully the string prompt pops up. The SWFView will open the given domain name.

Attachments