MACROMEDIA FLEX-GETTING STARTED WITH FLEX Manuel d'utilisateur Page 37

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 148
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 147 148

Commentaires sur ces manuels

Pas de commentaire