MACROMEDIA FLEX-GETTING STARTED WITH FLEX User Manual Page 37

  • Download
  • Add to my manuals
  • Print
  • Page
    / 148
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 36
1. In
the Flex Builder IDE, select FileNewFlex Project
and name the project FlickrRIA.
2. Accept the default location for the project and confirm
that the Application Type is Web Application and that
the Server Technology is set to None.
3. Click Finish to create the project.
The FlickrRIA.mxml application file opens in the MXML edi-
tor. The editor is in Source mode. Now, you need to format the
display. To do so, follow these steps:
1. In the opening Application tag, delete the code lay
out="absolute".
2. For the Application tag, add a backgroundGradientCol
ors attribute with a value of [0xFFFFFF, 0xAAAAAA], a
horizontalAlign attribute with a value of left, a verti
calGap attribute with a value of 15, and a horizontal
Gap attribute with a value of 15.
Example 3-1 shows the code for the Application tag.
Figure 3-3. The Flickr viewer
A Flickr Viewer | 21
Page view 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 147 148

Comments to this Manuals

No comments