Here is what you need to basically get you going:
- A text editor so that you can write some code. Notepad, Textpad, VI, Emacs and JEdit etc. Any your favorite editors should do the work for you
- Flex SDK, you can download Flex 3 SDK from here
- Adobe Flash Player - Debugger versions for Flex and Flash developers. You can download it from here
- Unzip Flex SDK into a directory, and add Flex's bin directory to your PATH so that you can invoke mxmlc and other Flex tools from commandline
- Actionscript documentations, I am sure you need to read some documents so that you will get familar with the language if you are a serious player. You can read or download a copy from adobe
I have a simple tutorial on Create a Simple and Pure ActionScript 3 Application. It should be simple enough to follow. Good luck
No comments:
Post a Comment