FlashDevelop and Flex SDK
Posted by Sunny | Filed under Flex
It seems that FlashDevelop can compile AS3 projects and Flex (MXML) projects.
- Download Flex 3 SDK and Unzip the files to C:\Program Files\flex_sdk\
- Download install and run FlashDevelop
- Go to Tools -> Program Settings -> Plugins -> AS3Context -> Settings.
- Set “Flex2SDK Location” to “C:\Program Files\flex_sdk\”
To test do the following:
- Go to Project -> New Project
- Select “ActionScript 3 – Default Project”
- Set the Name as “Test” and select your Location and click OK
- Project -> Test Movie
- You should see a new blank tab named Test.swf
Tags: Actionscript 3.0, as3.0, flashdevelop, Flex