- Open the Project Structure dialog.
- Under Platform Settings, click SDKs.
-
Click Add New SDK
on the toolbar,
and then click
Flex SDK in the Add New SDK list.
-
In the Select Path dialog,
select the directory in which the Flex SDK is installed and click OK.
As a result, the SDK configuration is shown on the Flex SDK page in the right-hand part of the Project Structure dialog.
-
Generally, you don't need to make any changes on the Classpath and
Sourcepath tabs because all the necessary libraries and sources are already there.
However, you may want to add external online documentation to be able to
access additional reference information when writing your code.
There are two ways of adding the necessary documentation:
-
On the Documentation Paths tab,
click
(Alt+SAlt S).
In the dialog that opens, just click OK.
(The URL suggested by IntelliJ IDEA is the one that you want.)
-
Download the Flex documentation set
from the Flex Documentation page
.
Then, on the Documentation Paths tab,
click
(Alt+InsertControl N ) and select the downloaded archive
in the Select Path dialog.
-
On the Documentation Paths tab,
click
- Click OK in the Project Structure dialog.
- Open the Settings dialog (Ctrl+Alt+SCommand Comma, File | Settings, or
on the toolbar).
- In the left-hand part of the dialog, under Project Settings, open the Compiler node and click Flex Compiler.
- On the Compiler > Flex Compiler page, configure the settings as required.
-
Do one of the following:
- If you are going to create a new project, choose File | New Project.
- If you are going to add a Flash module to an existing project, open the project of interest and choose File | New Module.
- On the first page of the New Project or the Add Module wizard, select Create project from scratch or Create module from scratch, and click Next.
- On the next page of the wizard,
select Flash Module and
click Next.
For information on other settings available on this page, see New Project from Scratch. Project Name, Location and Format.

- On the next page of the wizard, select the necessary module options and click Finish. For information on the available options, see New Project from Scratch. Flash Page.
As a result, the module structure looking similar to this is generated (the contents may be different depending on the module options that you have selected):

In this structure:
-
html-template is a folder with files that constitute
an HTML wrapper
template.
- src is a folder for your application source files (.as and, possibly, .mxml).
In addition to the module itself, IntelliJ IDEA has created the following:
- One build configuration.
- One run/debug configuration.
If when creating the module you have selected to create a sample application,
you can use this configuration to run the application straight away.
To do that, click
on the toolbar (Shift+F10Shift F10).
The module contents are configured by adding and removing the module content roots as well as by assigning individual folders (within the content roots) to source folders, test source folders and also by excluding the folders.
For a Flash module, generally, these task are performed on the Module page of the Project Structure dialog.
To access this page:
- Open the Project Structure dialog.
- Under Project Settings, select Modules.
-
In the area under
, select the necessary Flash module.
