The Essential Guide to Flex 2 with ActionScript 3.0 by Charles E Brown: Book Cover

    The Essential Guide to Flex 2 with ActionScript 3.0 by Charles E Brown

    BUY IT NEW

    • $49.99 List price
      $47.49 Online price
      $42.74 Member price
      (Save 14%)
      Limited Time Offer! Everyone receives the Member Price on books.
      See Details
    • skip to cart
    • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9781590597330&productCode=BK&maxCount=100&threshold=3

    GET FREE SHIPPING ON ORDERS OF $25 OR MORE

    DELIVERY & GIFT DETAILS:

    Usually ships within 24 hours

    Delivery Time and Shipping Rates

    Eligible for gift wrap & gift message.

    BUY IT USED

    39 copies from $2.00

    See All Available

    (Paperback)

    • Pub. Date: February 2007
    • 520pp
    • Sales Rank: 711,645
      Buy it Used: 39 copies from $2.00 See All Available

      Customers who bought this also bought

       
      • Overview
      • Editorial Reviews
      • Customer Reviews

      Product Details

      • Pub. Date: February 2007
      • Publisher: Apress L. P.
      • Format: Paperback, 520pp
      • Sales Rank: 711,645

      Synopsis



      • Understand MXML containers


      • Create transitions


      • Create data-driven applications with XML


      • Interface Flex with ColdFusion


      • Understand the power of states




      Flex 2 represents something of a revolution in web applications. It is the next evolutionary step of Flash, which has grown from a web animation tool to a powerful enterprise web design and development tool. with nearly 98% of all web browsers and cellular phones running the Flash player needed to use Flash and Flex applications, knowledge of Flex is indispensable for any serious web designer and developer.

      This book will show you how to create powerful, rich Internet applications using Flex 2 and ActionScript 3.0. After learning how to install and becoming familiar with the basics of the Flex Builder 2 software, you will explore in depth how ActionScript 3.0 interacts with Flexs powerful XML-like design language: MXML. the text will take you through all the powerful features of Flex using a series of strictly practical exercises.

      You will:



      • Examine the power of designing layouts using Flex's MXML containers.


      • Discover many of the new features of ActionScript 3.0.


      • Work your way through a professional case study, building up a complete Flex application.


      • Connect Flex to Adobe's powerful ColdFusion application server, and start to work with Flex applications powered by dynamic server-side code.


      • Learn how states can smoothly transition your application interfaces between different data displays.




      Put quitesimply, this book is all youll need to master Flex 2 and ActionScript 3.0 application development. Welcome to the revolution!

      Summary of contents:



      • Chapter 1: Introducing RIAs and Installing Flex Builder 2


      • Chapter 2: Introducing Flex and Flex Builder 2


      • Chapter 3: Introducing ActionScript 3.0


      • Chapter 4: Containers and Components


      • Chapter 5: Navigation Containers


      • Chapter 6: Flex and XML


      • Chapter 7: States


      • Chapter 8: Case Study: Part 1


      • Chapter 9: The Repeater Component


      • Chapter 10: Case Study: Part 2


      • Chapter 11: Drag and Drop


      • Chapter 12: Flex and ColdFusion


      • Chapter 13: Charting


      • Chapter 14: Printing


      • Chapter 15: Unfinished Symphony


      Biography

      Charles is one of the most noted author, consultant, and trainers in the industry today. His books about Dreamweaver and Fireworks have received critical acclaim and used worldwide as teaching tools.

      In addition to his work in the IT industry, Charles is also a noted concert pianist, organist, and guitarist appearing in major concert centers world-wide. He began his musical studies at age 4 and went on to study with famed pianist Vladimir Horowitz. At age 14 he made his debut with Leonard Bernstein and went on to study at the famed Juilliard School. Eventually he went to Paris to study with the 20th century legend, Igor Stravinsky. While working with Stravinsky, Charles developed a close friendship with one of the most powerful artistic forces of the 20th century: Pablo Picasso. What he learned about creativity from Picasso he uses today in his writings and training work.

      Charles is a certified Macromedia/Adobe trainer who is in heavy demand worldwide. He frequently speaks at major conferences such as MAX and NAB. You can see his blog at blog.charlesebrown.net and his website can be found at www.charlesebrown.net.

      Customer Reviews

      • Reader Rating:
      • Ratings: 1Reviews: 1

      Essential Guide to Flex 2 with ActionScript 3.0by Anonymous

      Reader Rating:
      See Detailed Ratings

      April 17, 2007: Flex 2 with ActionScript 3.0 By Charles E. Brown Publisher: Friends of Ed Copyright 2007 IBSN:-13 (pbk) 978-1-59059-733-0 Reviewer: Linda Weller The author explains Flex in a very interesting instructive way. It explains the meaning of Flex and ActionScript 3.0 in the new Flash landscape. One of the great things about this book is that the author looks at all aspects of Flex from high/low levels and from a designer/developer perspective. It was great to discover if you can use XML or Dreamweaver you can use Flex. Flex will bring the web to a new level. Flex was introduced in 2004 as a solution to having to learn about Flash?s scenes and timelines. Flex is a more traditional programming environment. It combines .mxml and ActionScript 3.0. The author urges everyone to ?stop thinking page to page website and think smooth flowing desktop applications. Flex Builder 2 is built around Eclipse. The GUI uses XHTML and OOP. You use ActionScript 3.0 to extend the power of .mxml. When you add ActionScript 3.0 to Flex you can add dynamic interaction between your components. When you compile an application to a .swf it transforms the .mxml code to ActionScript 3.0 The goal of Flex is rapid development. You use ActionScript to connect the components together and .mxml to tell Flex how to assemble pre-build containers. When beginning to do work in Flex he suggests that you start in design view and then move to code view to fine tune things. One of the benefits of using Flex over HTML is that it has adjustability to many sizes. You could take the same application you used on the web and scale it down for mobile for example. The downside of .mxml is that it can?t loop or make decisions so you need ActionScript 3.0 for this. In AS 3.0 we now have Sprite which is essentially a Movie Clip without a timeline. Charles Brown explains that between the CDATA tags is where your ActionScript code is placed. To create a new .mxml document you must first create a new Flex project. The main purpose of Flex is to present data and therefore it is called a presentation server. Flex applications are build by creating containers within containers the application tags being the outermost containers. He covers the Navigation Containers: View Stack, Accordian and Tab Navigator. These are the ingredients that give Flex its rapid development reputation. New class files for the easy access of XML have been implemented called E4X. The section about displaying data with a data grid presents another rapid development feature. He discusses states which give you the timeline functionality without the timeline. He makes the distinction that Flex is not an animation program so, it will not be replacing Flash. He wraps up the last part of the book by launching into a two part case study of building a shopping cart utilizing all the concepts he has introduced earlier in the book.