Code Flex applications with FlashDevelop
FlashDevelop is a wonderful codding editor. It has a lot of features like highlighting, code snippets, auto completion, syntax coloring. It's pretty easy to create a Flex application with it. You have to only follow these nine simple steps:1. Download FlashDevelop from here2. Install FlashDevelop3. Download FlexSDK from here4. Unzip the FlexSDK's archive5. Open FlashDevelop -> Tools -> Program Settings6. Find AS3Context plugin in the left column7. Change "Flex SDK Location" property8. Choose Project -> New Project -> Select "Flex 3 Project" -> Set name and location of the project9. Press F5 for compilation