Adobe
Produits
Acrobat
Creative Cloud
Creative Suite
Digital Marketing Suite
Digital Publishing Suite
Elements
Photoshop
Touch Apps
Autres produits
Solutions
Marketing numérique
Médias numériques
Éducation
Services financiers
Administration
Web Experience Management
Autres solutions
Formation Aide Téléchargements Société
Acheter
Utilisation privée pour les particuliers et les travailleurs à domicile
Éducation pour les étudiants, les enseignants et le personnel administratif
Point de vente professionnel pour les petites et moyennes entreprises
Programmes de licences pour les entreprises, les établissements d'enseignement et l'administration
Autres options d'achat
Offres spéciales
Rechercher
 
Informations Se connecter
Bienvenue, Mon panier Mes commandes Mon Adobe
Mon Adobe
Mes commandes
Mes informations
Mes préférences
Déconnexion
Pourquoi dois-je me connecter ? Connectez-vous pour pouvoir gérer votre compte et accéder aux versions d'évaluation téléchargeables, aux extensions de produits, aux communautés, etc.
Adobe
Produits Rubriques Buy   Rechercher  
Solutions Société
Aide Formation
Se connecter Déconnexion Mes commandes Mon Adobe
Date de disponibilité estimée en précommandeDate. Votre carte bancaire sera débitée à l'expédition du produit. La date de disponibilité estimée est sujette à modification. Date de disponibilité estimée en précommandeDate. Votre carte bancaire sera débitée lorsque le produit sera disponible en téléchargement. La date de disponibilité estimée est sujette à modification.
Qté:
Votre achat est soumis à la vérification de votre éligibilité
Sous-total
Vérifier et régler
Adobe Developer Connection / Pôle de développement Flex /

Flex in a Week video training

Quick jump:

  • Introduction
  • Day 1: Flex basics
  • Day 2: Event and data basics
  • Day 3: Data handling and manipulation
  • Day 4: Page layout and animation
  • Day 5: Adding visual appeal
  • Where to go from here
Haut de la page

Flex in a Week requirements

Prerequisite knowledge

  • Basic programming concepts, processes, and constructs
  • XML, HTML, and CSS

Required product

  1. Flash Builder 4.5 Premium  (Trial download)
  2. Debug version of Flash Player
Haut de la page

Introduction

This training course will help you understand how you can leverage the open source Flex framework to build RIAs. To make it easier for you to learn Flex, you will use the Eclipse-based Flash Builder 4.5 development tool, which includes the Flex framework and provides features such as intelligent coding, interactive step-through debugging, and visual design of the user layout.

Note: To make the most of this training, be sure to watch the videos and complete the accompanying exercises in order.

Introducing Flex in a Week (6:21)

Learn about the mechanics of the training course, understand the prerequisites, and preview the topics to be covered.

Haut de la page

Day 1: Flex basics

one

Day 1 project files

(ZIP, 22.2 MB)

  1. Day 1 videos  (ZIP, 397 MB)

Introducing Adobe Flex 4.5

Introducing Flex and the Adobe Flash Platform (5:40)
Incorporating Flex into the client/server world (2:59)

Setting up Flash Builder

Exploring Flash Builder and Flash Player (6:10)
Using Flash Builder (20:38)
Compiling and viewing the application (12:51)

  1. Setting up Flash Builder and your project files

Building a data-driven Flex application

Understanding namespaces (8:47)
Introducing Flex components and controls (18:56)
Laying out a form in Design mode (9:47)
Introducing styling and skinning (9:49)

  1. Creating a user interface
Understanding data binding (5:39)

  1. Generating an email address using data binding
Requesting and retrieving XML data from the server (9:50)

  1. Adding data to your application

Organizing visual elements and code

Laying out components in containers (14:08)
Adding scrollbars (6:12)

  1. Experimenting with container layouts
Implementing OOP concepts in Flex (33:22)

  1. Creating MXML custom components with ActionScript properties
Haut de la page

Day 2: Event and data basics

two

Day 2 project files

(ZIP, 52.5 MB)

  1. Day 2 videos  (ZIP, 393 MB)

Understanding event-driven development

Implementing event handlers (13:30)

  1. Handling a user event
Understanding the event object and bubbling (21:22)

  1. Using the event object
Adding event listeners with ActionScript (7:31)

  1. Using the addEventListener() method

Retrieving remote data

Introducing ArrayCollection and other data types (9:19)
Verifying data retrieval with Debugger and Network Monitor (5:12)

  1. Populating an ArrayCollection with retrieved data
Introducing RPC (6:50)
Retrieving and handling data using HTTPService (9:54)

  1. Populating an application with data using HTTPService
Retrieving and handling data using WebService (16:15)

  1. Populating an application with data using WebService
Retrieving and handling data using RemoteObject (16:09)

  1. Populating an application with data using RemoteObject

Creating a typed data model

Introducing the MVC pattern (10:11)

  1. Separating the model, view, and controller
Programming ActionScript classes (23:22)

  1. Creating an ActionScript class and instances
Implementing a value object and a typed data model (9:53)

  1. Creating an ArrayCollection of value objects
Generating value objects using Flash Builder data services (9:18)

  1. Using the Data Services wizards to connect to a service
Haut de la page

Day 3: Data handling and manipulation

three

Day 3 project files

(ZIP, 45.7 MB)

  1. Day 3 videos  (ZIP, 284 MB)

Extending events

Creating an event type and dispatching the event object (13:25)

  1. Creating an event type and dispatching the event object
Extending the Event class to pass data in the event object (19:53)

  1. Extending the Event class to pass data in the event object
Dispatching a value object from the custom component (17:45)

  1. Dispatching a value object from the custom component

Sending remote data

Making a server request using HTTPService (12:23)

  1. Passing data to the server using HTTPService
Making a server request using WebService (9:04)

  1. Passing data to the server using WebService
Making a server request using RemoteObject (9:06)

  1. Passing data to the server using RemoteObject

Vaildating and formatting data

Using formatters (11:03)

  1. Formatting dates
Validating form data (16:31)

  1. Validating form data

Learning more about handling data

Implementing two-way binding (6:56)

  1. Using a two-way binding
Using the Flash Builder data wizard (5:30)

  1. Creating a master/detail interface with a wizard
Haut de la page

Day 4: Page layout and animation

four

Day 4 project files

(ZIP, 36.3 MB)

  1. Day 4 videos   (ZIP, 309 MB)

Displaying data with the DataGroup container

Representing data in default item renderers (11:58)
  • Passing data to item renderers for display
Creating a custom item renderer (9:39)
  • Displaying dynamic data in a custom item renderer

Displaying data with List-based control

Implementing a Spark item renderer in List-based controls (3:17)
  • Creating item renderers for Spark List components
Creating and formatting the DataGrid control (17:29)
  • Using the DataGrid control
Creating item renderers and item editors (23:10)
  • Creating and using item renderers and item editors

Creating and navigating "pages" in a UI

Understanding navigator containers (8:42)
  • Navigating using navigator containers
Creating "pages" with Flex states (14:26)
  • Creating and navigating application states
Laying out an application (10:11)
Using constraints to control component layout (9:14)
  • Creating a scalable UI

Animating components and states

Animating components with effects (14:04)
  • Animating components with effects
Animating states with transitions (23:53)
  • Applying transitions to view states
Haut de la page

Day 5: Adding visual appeal

five

Day 5 project files

(ZIP, 42.6 MB)

  1. Day 5 videos  (ZIP, 309 MB)

Controlling text display

Introducing the text controls (11:42)
Using the Text Layout Framework (8:55)
  • Using text controls

Styling the visual display

Defining styles in CSS (9:05)
  • Defining selector styles
Introducing advanced CSS selectors (8:26)
  • Using advanced CSS selectors

Skinning Spark components

Styling the Form container (10:02)
  • Styling the Form container
Introducing skinning (17:12)
Drawing with MXML graphics (3:37)
  • Creating and applying skins
Creating custom skin properties (9:11)
  • Creating custom skin properties
Implementing skin parts (6:08)
  • Creating a vertical title bar on a Panel control
Implementing skin states (8:44)
  • Animating button components
Skinning the SkinnableDataGroup container (9:44)
  • Skinning the SkinnableDataGroup container

Deploying Flex and Adobe AIR applications

Creating a production build (3:29)
  • Creating a production build
Creating an Adobe AIR application (7:54)
  • Deploying to the desktop
Haut de la page

Where to go from here

View samples

  • Tour de Flex

Integrate Flex

  • Flex and ColdFusion
  • Flex and Java
  • Flex and PHP
  • Flex and .NET

Browse the documentation

  • ActionScript 3 Reference
  • Using Flash Builder 4.5
  • Using Flex 4.5
follow_the_adc_on_twitter

Flash Builder 4.6

Develop apps for iPhone, iPad, BlackBerry PlayBook, and Android.

 

Download trial now

MAX11_220x116_forAcom

Sound Off: How Are We Doing?

Please help us help you learn Flex better: Tell us what works and what doesn't work for you in the way this course is structured and presented.

Related Products
Adobe Flash Builder

Produits

  • Acrobat
  • Applications mobiles
  • Creative Cloud
  • Creative Suite
  • Digital Marketing Suite
  • Digital Publishing Suite
  • Elements
  • Photoshop
  • Touch Apps

Solutions

  • Marketing numérique
  • Médias numériques
  • Web Experience Management

Secteurs d'activité

  • Éducation
  • Services financiers
  • Administration

Aide

  • Centres d'aide sur les produits
  • Commandes et retours
  • Téléchargement et installation
  • Mon Adobe

Formation

  • Adobe Developer Connection
  • Adobe TV
  • Formation et certification
  • Forums
  • Pôle de création

Options d'achat

  • Pour les particuliers et les travailleurs à domicile
  • Pour les étudiants, les enseignants et le personnel administratif
  • Pour les petites et moyennes entreprises
  • Pour les entreprises, les établissements d'enseignement et l'administration
  • Offres spéciales

Téléchargements

  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR
  • Adobe Shockwave Player

Société

  • Salle de presse
  • Programmes partenaires
  • Responsabilité sociale de l'entreprise
  • Offres d'emploi
  • Relations avec les investisseurs
  • Événements
  • Secteur juridique
  • Sécurité
  • Contacter Adobe
Sélectionnez votre pays France (modifier)
Sélectionnez votre région/pays Fermer

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2012 Adobe Systems Incorporated. All rights reserved.

Conditions d'utilisation | Politique de confidentialité et cookies (Mise à jour)

Choix de Pub