This section is dedicated to getting you started with Adobe Flex.
To get a better understanding of what flex is capable of, visit Flex.org/showcase.
This book is what really made me go through all the different things Adobe Flex can do. This is practical working book that is project oriented.
This is a fantastic book written by Rich Shupe. This teaches Actionscript 3.0 from a beginner standpoint. Even if you know Actionscript 2.0, this is a nice transition to 3.0
Students Only: To get Flex Builder 3.0 for free, and you are a student, visit https://freeriatools.adobe.com/flex/ for your free student edition.
Non-Students: To order Adobe Flex Builder 3.0 visit www.adobe.com/products/flex/.
Start by following the path : File > New > Flex Project | Step 1
Once the window pops open, title your project, make sure its set to web application, and click finish. | Step 2
Making your first Button Click application. To find how to do this, click the Simple Click Event component turorial.