Interesting Tech Projects
First Steps With Flash Using The Flex 3 SDK
This post contains some step by step instructions on getting started with free Flash development using the Flex 3 SDK and FlashDevelop, both free.
I noticed that the getting started tutorials on the Adobe website are aimed at people who have purchased the Flash Builder package, so skip over some of the important details required for using the free Flex 3 SDK. This post is an adaptation of Getting Started With Flex Development And Why Its Worth Learning.
- Download the Flex 3 SDK from Here.
- Extract the contents of the ZIP file to somewhere like C:\Program Files\Flex3SDK
- Add C:\Program Files\Flex3SDK\bin to the PATH variable (Control Panel -> System -> Advanced -> Enironment Variables)
- Install the debug version of the Flash player from C:\Program Files\Flex3SDK\runtimes\player
Next we need to get FlashDevelop, which is a great, and free, IDE for Flash Development.
- Download FlashDevelop from here
- Install
- Go to Tools -> Program Settings -> AS3Context
- For the setting “Flex SDK Location” specify C:\Program Files\Flex3SDK
- Click on “Close”
Now you can follow the rest of the short tutorial at Getting Started With Flex Development And Why Its Worth Learning starting with the point where a new ActionScript file is created. Within minutes you will have your first flash script built with debug output!
Print article | This entry was posted by Andy on February 27, 2008 at 9:53 pm, and is filed under Flash. Follow any responses to this post through RSS 2.0. Both comments and pings are currently closed. |
Comments are closed.
about 16 years ago
I am new to flex 3 sdk developing and just wanted to say thank for the clear installation instructions for flex 3 sdk, and the tip of the free ide! I don’t know what I would have done without this advice!
Kind Regards
Fish
about 16 years ago
Thank u for breaking the ice of ignorance . I had a question to ask ! Is it possible to use Flex SDK with Eclipse ( I mean if there is any plugin available) ?
Thanks again for give us right direction
about 15 years ago
Apparently, flex SDK is now available from here: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3