Getting Started
This tutorial provides a step by step walk-through for creating your first Flash application with Axdt.
Preperation
- Make sure you have successfully installed Axdt
- Open an Eclipse workspace and change into the Axdt perspective.
Asdoc configuration
Axdt uses Asdoc to integrate any external definition, this includes native Flash classes like Object and String. Axdt supports Html or Xml-based(dita) Asdoc. Axdt comes with Dita Asdoc for all Flex 4 libraries in 16 languages. The Asdoc of Flash player, the Flex framework and Spark libraries are activated by default.
You can change the the built-in asdoc support in the preferences at Axdt > Asdoc > Built In.
You might want to configure the Asdoc integration at Axdt > Asdoc to add Asdoc URLs for other libraries you use.
Create a new project
- Inside Eclipse select the menu item File > New > As3 Project to open the New As3 Project wizard:
- TODO: add wizard image here
- Type "axdt-test" into the Project name field.
- Click Finish.
The wizard will create the new Axdt project "axdt-test" with a source folder "src". It will also create and open a Hello World application with the name "Application".
