How to Compile an SWF in FlashDevelop
FlashDevelop is an open-source Integrated Development Environment (IDE) you use to write Flash applications, such as the free games available on many websites. Although you cannot use it directly to compile Flash applications, you can connect it automatically to the needed tools on your system to build SWF files. To do this, however, you will need the free Flex SDK from Adobe.
Instructions
-
-
1
Close FlashDevelop if you have it open.
-
2
Download the free Adobe Flex SDK program into the "c:\Program Files\FlashDevelop\Tools\" directory (see Resources).
-
-
3
Open FlashDevelop. It will detect the existence of the Flex SDK.
-
4
Click "Project" and select "Open Project" to open your project.
-
5
Click "Project" and select "Build."
Alternatively, you can press "F8."
-
1
Tips & Warnings
If you don't have a project ready to compile, you can download a sample project from the FlashDevelop homepage.