Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Cloud for teams
  • Creative Suite 6
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions
  • Government

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization
  • Campaign management

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Campaign management

  • Adobe Campaign

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Preorder Estimated Availability Date. Your credit card will not be charged until the product is shipped. Estimated availability date is subject to change. Preorder Estimated Availability Date. Your credit card will not be charged until the product is ready to download. Estimated availability date is subject to change.
Qty:
Purchase requires verification of academic eligibility
Subtotal
Promotions
Estimated shipping
Tax
Calculated at checkout
Total
Review and Checkout
Adobe Developer Connection / Flex Developer Center /

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
To the top

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
To the top

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.

To the top

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
To the top

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
To the top

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
To the top

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
To the top

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
To the top

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 Premium

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


Download trial now

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

Products

  • Adobe Creative Cloud
  • Creative Suite 6
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

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
  • Cyprus - English
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Greece - English
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • Malta - English
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • 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 © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices