Search:

Beginning Flex

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.

Flex 3.0 : Training from the Source

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.

Learning Actionscipt 3.0

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

Now lets get Started!

  1. Installing Adobe Flex Builder 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/.

  2. Starting your first Flex project

    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

  3. Making your first application

    Making your first Button Click application. To find how to do this, click the Simple Click Event component turorial.