- Open the Project Structure dialog (e.g. Ctrl+Alt+Shift+S).
- Under Platform Settings, click SDKs.
-
Click Add New SDK
on the toolbar,
and then click
Flex/AIR SDK in the Add New SDK list. -
In the dialog that opens,
select the directory in which the Flex or AIR SDK is installed and click OK.
As a result, the SDK configuration is shown on the 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. To do that:
On the Documentation Paths tab, click
(Alt+S).
In the dialog that opens, just click OK.
(The URL suggested by IntelliJ IDEA is the one that you want.) - Click OK in the Project Structure dialog.
- Open the Settings dialog (Ctrl+Alt+S, 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:
click Create New Project on the Welcome screen or
select File | New Project.
As a result, the New Project wizard opens.
-
If you are going to add a module to an existing project:
open the project you want to add a module to, and
select File | New Module.
As a result, the New Module wizard opens.
-
If you are going to create a new project:
click Create New Project on the Welcome screen or
select File | New Project.
- On the first page of the wizard, in the left-hand pane, select Flash Module.
- In the right-hand part of the page, specify the associated settings and click Next. (See the descriptions of the settings for a new project or for an existing project.)
- On the next page of the wizard, select the necessary module options and click Finish. For information on the available options, see 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 creates 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+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.