View comments | RSS feed

Using MXML and ActionScript

You develop Flex applications using a combination of MXML and ActionScript. MXML is a declarative language that you use to define the basic layout and contents of your application. ActionScript is a procedural language that you use to perform runtime control and data processing in your application.


Version 1.5

Comments


No screen name said on Aug 3, 2005 at 10:53 PM :
Is ActionScript a procedural language? It has class declarations and object usage, and so is it not a OO language?
danger42 said on Aug 4, 2005 at 7:09 AM :
Being procedural and OO are not mutually exclusive. Procedural languages are defined, in part, as languages in which the programmer develops an order of flow. ActionScript, which supports many OO principals, and true OO languages such as Java, fit this description.

matt horn
flex docs

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flex/15/flex_docs_en/00002141.htm