Adobe Flex: Introduction to Flex 3 – Part 1

In this part, we will learn the following:

  • Understanding Adobe Flex
  • Adobe Flex product line
  • Flex Architecture
  • Flex resources

Understanding Adobe Flex

Adobe Flex is a RIA User Interface Framework that enables us to develop Rich Internet Application quickly, resulting in high productivity and customer satisfaction.

Adobe Flex is a highly productive, free open source framework which is used for building expressive web applications. Adobe Flex deploy consistently on:

  • All major browser leveraging the Flash Player
  • And on desktop with Adobe AIR

Where is Flex Used?

flex

How Flex works?

flexwork

The backbone of flex is ActionScript 3 and MXML (Macromedia XML). MXML again is set of ActionScript classes which comprises of some built-in UI components like Datagrid, Treegrid, Menubar, chart and so on.

MXML is used for creating the User Interface and ActionScript is used for event handling, data management etc.

Once the MXML and ActionScript is created and compiled, it gets converted into swf file and hence to view the Flex application we need flash player supported browsers.

Flex enables…

mgm

Flex Architecture

Lets look at high level of flex architecture

flexarc

Flex Resources

Flex tutorials
http://www.tutorom.com/courses/460/Adobe-Flex-2-tutorials-Flex-2-programming-tutorials.htm

Documentations
http://flex.org/
http://www.adobe.com/support/documentation/en/flex/

Flex component explorer
http://examples.adobe.com/flex3/componentexplorer/explorer.html

Flex tutorial – Part 2 Topics

Flex Builder

  • Understand the Flex builder and its workbenches
  • Use Flex builder effectively for design, development and debugging
  • Create a Flex Project
  • Create, compile and run a Flex application

Go to part 2 of this tutorial

7 thoughts on “Adobe Flex: Introduction to Flex 3 – Part 1

  1. Pingback: Adobe Flex: Flex Builder – Part 2 « Shyamala’s Blog

  2. Pingback: Adobe Flex: Creating a project – Part 3 « Shyamala’s Blog

  3. Pingback: Introduction to Flex « Eternal Sunshine

  4. Great blog its very helpful and easy to understand. For more ideas or just to add links check out http://www.mofikiworldwide.com/blog.php There are blogs there about website design, development, Search engine optimization, and hosting. Most of these blogs are tutorials that you can repost just be sure to reference the page you get them from if adding them to your blog. Again thank you for this blog.

  5. Pingback: learning-flex-fundamental – Part 4 « Shyamala’s Blog

Leave a comment