Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.

Overview

To gain the most from these tutorials you should have already watched Total Training for Adobe Flex 2: Rich Internet Applications or have an equivalent knowledge of the topics covered in that series.

Subscriber Reviews

Average Rating: 0 out of 5 rating Based on 0 Ratings

No Subscribers have provided a review for this video.

Table of Contents

Chapter/Selection

Time

Chapter 1: Introducing Adobe Flex 2

Introduction

Play Video

00:00:10

The Evolution of the Rich Internet Application

Play Video

00:02:55

Introducing the Flex Product Line

Preview

00:03:51

Introducing the Flash® Player

Preview

00:01:26

Chapter 2: Using Flex Builderâ„¢ 2

Introduction

Preview

00:01:06

Creating a New Flex Project

Preview

00:04:08

Building a Simple Form

Preview

00:03:34

Compiling the Application into a SWF

Preview

00:02:53

Debugging the Application

Preview

00:03:48

Setting Up Break Points

Preview

00:04:18

Chapter 3: Flex Fundamentals

Introduction

Preview

00:00:39

Aligning Text Vertically & Horizontally

Preview

00:05:13

Looking at the Flex Component Explorer

Preview

00:03:06

Creating Data Bindings between Label Controls

Preview

00:04:55

Architecting an Application with MXML Components

Preview

00:06:29

Defining a Property to Access outside the Component

Preview

00:05:35

Adding in Bindable Meta Tags

Preview

00:03:41

Adding Custom Properties & Methods to a Component

Preview

00:04:09

Chapter 4: Handling Events

Introduction

Preview

00:00:48

Understanding Events

Preview

00:04:35

Creating Event Handlers Using Inline ActionScript

Preview

00:02:17

Handling Events with ActionScript Functions

Preview

00:02:17

Placing ActionScript Functions in External Files

Preview

00:02:17

Understanding the Event Object

Preview

00:04:52

Chapter 5: Application Navigation

Introduction

Preview

00:00:40

Creating a ViewStack Container

Preview

00:05:23

Adding Navigational Controls to the ViewStack

Preview

00:05:21

Using the TabNavigator Container

Preview

00:04:27

Using the Accordion Container

Preview

00:01:54

Adding an ApplicationControlBar with a ToggleButtonBar

Preview

00:05:25

Chapter 6: Retrieving XML Data

Introduction

Preview

00:00:55

Setting Up an XML Data Project & Setting HTTP Service

Preview

00:04:18

Setting Up a DataGrid to Display XML Data

Preview

00:03:59

Adding a Label Control to a DataGrid

Preview

00:03:14

Using an ArrayCollection

Preview

00:05:48

Examining a Data Structure in Debugging Mode

Preview

00:01:51

Utilizing Data Returned in an Event Object

Preview

00:02:50

Using the HTTP Service Class to Catch Faults

Preview

00:08:06

Creating a Cross Domain Security File

Preview

00:06:15

Chapter 7: Using View States

Introduction

Preview

00:00:45

Creating a New State & Inserting a Form

Preview

00:04:36

Adding Click Properties to the Base & Form States

Preview

00:03:38

Creating Rollover Text for an Image

Preview

00:07:40

Adjusting the Size of a Rollover Image

Preview

00:01:51

Creating Rollover Components

Preview

00:05:24

Chapter 8: Building a Stock Photo Application, Part 1

Introduction

Preview

00:00:32

Adding a Background Color & an Image to a Project

Preview

00:03:53

Building a Component

Preview

00:05:17

Integrating Components into the Main Application

Preview

00:02:56

Building Form Items

Preview

00:06:20

Creating a Gallery Component

Preview

00:04:51

Creating a Tile Container & Invoking Components

Preview

00:05:44

Adding a Shopping Cart to a Layout

Preview

00:07:31

Using View States

Preview

00:05:05

Fixing Overlapping Images

Preview

00:01:42

Using States to View an Image in the Gallery

Preview

00:03:44

Incorporating CSS Styles into the Application

Preview

00:02:44

Chapter 9: Using a Data Grid

Introduction

Preview

00:00:42

Using the DataGrid Control

Preview

00:04:42

Specifying DataGrid Columns

Preview

00:05:17

Formatting DataGrid Columns

Preview

00:06:33

Using Item Renderers & Item Editors

Preview

00:04:28

Creating Custom Components for Item Renderers & Editors

Preview

00:07:52

Working with the TileList Container

Preview

00:06:19

Accessing Information in the DataGrid

Preview

00:04:42

Chapter 10: Architecting an Application

Introduction

Preview

00:00:47

Understanding the Disadvantages of Bindings

Preview

00:04:34

Defining & Dispatching a Custom Event

Preview

00:05:45

Referencing a Custom Event

Preview

00:03:02

Write a Custom Event Class & Define a Custom Property

Preview

00:07:33

Attach the Custom Event Class to the Custom Event Object

Preview

00:02:59

Handling the Event to Run in the Main Application

Preview

00:03:34

Chapter 11: Using a Repeater

Introduction

Preview

00:00:34

Creating Buttons Inside a Repeater Tag

Preview

00:04:55

Labeling Buttons in the Repeater Tag

Preview

00:01:45

Creating a Display Data Function with a Click Event

Preview

00:04:38

Using DataProvider Data in Repeated Controls

Preview

00:05:31

Accessing Components within a Data Structure

Preview

00:02:09

Chapter 12: Building a Stock Photo Application, Part 2

Introduction

Preview

00:00:38

Examining the Stock Photo Application

Preview

00:02:28

Initializing the Application

Preview

00:06:51

Using a Repeater Control to Display Images

Preview

00:07:33

Specifying the Source & Bindable Properties

Preview

00:03:15

Dynamically Changing the Display View of the Photos

Preview

00:08:37

Using a Custom Event to Enable a Shopping Cart

Preview

00:07:20

Adding a Purchase Button in the Details State

Preview

00:06:45

Using an ArrayCollection to Store Item Details

Preview

00:05:20

Use an Item Renderer to Display Info in the Shopping Cart

Preview

00:04:50

Replacing the Repeater with a TileList

Preview

00:08:45

Chapter 13: Manipulating XML

Introduction

Preview

00:01:00

Manipulating Client Side Data Using E4X Syntax

Preview

00:05:43

Creating a Tree Control to Display the XML Data

Preview

00:04:24

Adding a Change Event to Display Data from the Tree

Preview

00:04:15

Populating the Shopping Cart with Raw XML Content

Preview

00:07:02

Working with an XML List Collection

Preview

00:04:14

Using Conditional Logic to Compare & Update Values

Preview

00:07:12

Chapter 14: Using Web Services

Introduction

Preview

00:00:42

Accessing Web Services

Preview

00:05:31

Invoking Web Services Methods & Results

Preview

00:05:23

Using a FaultHandler

Preview

00:03:38

Call Multiple Methods from One Web Service Object

Preview

00:04:34

Passing Parameters to Web Services

Preview

00:05:56

Chapter 15: Manipulating Complex Data Structures

Introduction

Preview

00:00:37

Viewing Data in the Flashâ„¢ Player

Preview

00:02:02

Applying the FilterByCategory Function

Preview

00:08:35

Adding a Sort Function

Preview

00:04:24

Setting Up for the IViewCursor Interface

Preview

00:07:13

Using the IViewCursor Interface

Preview

00:06:06

Chapter 16: Formatting & Validating Data

Introduction

Preview

00:00:30

Triggering Numeric Validation with Events

Preview

00:06:56

Triggering Validation with ActionScript

Preview

00:09:12

Build a Custom Validator with Regular Expressions

Preview

00:07:27

Customizing a Currency Formatter

Preview

00:04:15

Final Comments & Credits

Preview

00:02:15

Extras

The publisher has provided additional content related to this title.


Description
Content

These files have been provided by the publisher.

  • TFX2RIA_P01_PF.zip

These files have been provided by the publisher.

  • TFX2RIA_P01_PF.sit