The Essential Guide to Flex 3

The Essential Guide to Flex 3
Authors
Charles E Brown
ISBN
1590599500
Published
26 May 2008
Purchase online
amazon.com

Flex 3 is the next generation of a technology that revolutionized web applications. It is the next evolutionary step of Flash, which has grown from a web animation medium to a powerful enterprise web design and development platform. With nearly 98% of all web browsers, and a growing number of mobile devices, running Flash Player, a knowledge of Flex is indispensible for any serious web developer. This book will show you how to create powerful Rich Internet Applications using Flex 3.

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

Flex 3 is the next generation of a technology that revolutionized web applications. It is the next evolutionary step of Flash, which has grown from a web animation medium to a powerful enterprise web design and development platform. With nearly 98% of all web browsers, and a growing number of mobile devices, running Flash Player, a knowledge of Flex is indispensible for any serious web developer.

This book will show you how to create powerful Rich Internet Applications using Flex 3. After learning how to install and becoming familiar with the basics of the Flex Builder 3 software, you will explore in depth how the Flash scripting language, ActionScript 3.0, interacts with Flex's powerful XML-like design language: MXML.

You'll learn how to construct your applications using layout and navigation containers, and how to move between various states using transitions. There is coverage of how best to plan your applications and use the Model-View-Controller pattern to keep various aspects of development separated and ease creation of potentially complicated projects.

Rich Internet Applications rely on data, and this book shows how to bring data from various sources into your Flex application and check its integrity, and how best to display and interact with it.

Going farther, applications built for the Flash platform can now exist and function beyond the traditional confines of the web browser. Adobe AIR allows you to take your applications to the desktop, and this book shows how to reapply your Flex skills to take advantage of this new environment.

The Essential Guide to Flex 3 takes you through all the powerful features of Flex using a series of stand-alone, practical exercises. The skills acquired throughout the book are then brought together in the form of a full-featured case study application showcasing essential techniques that can easily be applied to your own Flex applications.

In this book you'll

  • Learn how to create powerful applications using Adobe Flex 3
  • Use Flex Builder to design layouts using Flex MXML containers, and see how to combine MXML and ActionScript 3.0
  • Work your way through a full-featured case study, building a complete Flex application
  • Connect Flex to the ColdFusion application server, creating Flex applications powered by dynamic server-side code
  • Take your web applications to the desktop using Adobe AIR

Summary of Contents

  • Chapter 1: Flex Basics
  • Chapter 2: Flex and Flex Builder 3
  • Chapter 3: ActionScript
  • Chapter 4: Containers
  • Chapter 5: Events and Components
  • Chapter 6: Flex and XML
  • Chapter 7: Formatting and Cascading Style Sheets
  • Chapter 8: The Repeater Component
  • Chapter 9: Drag and Drop
  • Chapter 10: Case Study: Part 1
  • Chapter 11: Case Study: Part 2
  • Chapter 12: Flex and Data
  • Chapter 13: Printing
  • Chapter 14: Charting
  • Chapter 15: Adobe Integrated Runtime (AIR)

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”