| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Adobe Flex

Page history last edited by Dorai Thodla 16 years ago

 From Flex Application - Learning Points

 

  • Flex applications are Flash applications.
    • Flex is a programmer-centric way to create Flash-based rich internet applications.
    • Flex applications are rendered using Flash Player 9.
    • Like all Flash RIAs, Flex SWF files are processed by the client, rather than the server.
  • The Flex framework contains the predefined class libraries and application services necessary to create Flex applications.
    • The framework is available in a free SDK and the Eclipse-based IDE named Flex Builder.
    • The framework includes a compiler that is available as a standalone tool or as part of Flex Builder.
    • The class libraries and application services provide developers with standard components and tools for quick application development.

      Standard UI components can be extended and customized.

  • Flex applications are written using MXML and/or ActionScript.
    • MXML is an XML-based markup language that is primarily used to layout application display elements.
    • ActionScript is an ECMAScript-compliant object-oriented programming language that is primarily used for application logic.
    • MXML and ActionScript code are compiled into binary SWF files.

Comments (0)

You don't have permission to comment on this page.