Check out "Do you speak JavaScript?" - my latest video course on advanced JavaScript.
Language APIs, Popular Concepts, Design Patterns, Advanced Techniques In the Browser

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

If you enjoy this post, share it on Twitter, Facebook or LinkedIn.