Archive for August, 2007

If you are interested in programming with pure ActionScript 3 code, there is a decent Open Source alternative to Flex, Flash and others. Like most products and especially open source ones, they can be a bit quirky to get started in. So here is a quick guide to get started using Flash Develop for ActionScript 3.

  1. Download the Flex 2 SDK here
  2. Extract the Flex SDK to a directory, make it something easy like C:\Actionscript\FlexSDK
  3. Download Flash Develop here They don’t have a real website. It’s a bulletin board with a topic area for releases.
  4. Open Flash Develop. Goto Tools, Installed Plugins.
  5. Choose AS3, Settings.
  6. Input the Flex 2 SDK location to match the path in step 2.
  7. When you create projects, choose “AS3″ in the Syntax menu, and it will use the settings you just set.

That’s it!
I have found a few workflows in the IDE, but for the ost part it’s a stable alternative. I’ve been able to run all of my ActionScript3 projects from Flex2 without issue.