MACROMEDIA FLEX-FLEX BUILDER User Manual Page 12

  • Download
  • Add to my manuals
  • Print
  • Page
    / 39
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 11
2008 JavaOne
SM
Conference | java.sun.com/javaone |
12
MXML demystified


All Flex Web apps start with the <mx:Application> tag
AIR Apps start with an <mx:WindowedApplication> tag
XML Attributes allow the underlying Application Object to be
preset with certain data attributes like framerate which tells
the flash player to take advantage of the client video card
capability
We can integrate MXML and ActionScript by using the CDATA
section of the <mx:Script> tag
When the previous application object has finished loading
the “applicationComplete” event is fired and the
appComplete() ActionScript function is called
The viewable text content of the TextInput control is then set
with “Hello RIA world!”
Page view 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 38 39

Comments to this Manuals

No comments