Foundation ActionScript 3.0 for Flash and Flex (Foundations) and over 900,000 other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £11.10 Amazon.co.uk Gift Card
Foundation ActionScript 3.0 for Flash and Flex (Foundations)
 
 
Start reading Foundation ActionScript 3.0 for Flash and Flex (Foundations) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Foundation ActionScript 3.0 for Flash and Flex (Foundations) [Paperback]

Darren Richardson , Paul Milbourne

RRP: £31.49
Price: £29.92 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £1.57 (5%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Monday, February 13? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £16.76  
Paperback £29.92  
Trade In this Item for up to £11.10
Trade in Foundation ActionScript 3.0 for Flash and Flex (Foundations) for an Amazon.co.uk gift card of up to £11.10, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with Digital Storytelling: A creator's guide to interactive entertainment £23.75

Foundation ActionScript 3.0 for Flash and Flex (Foundations) + Digital Storytelling: A creator's guide to interactive entertainment
Price For Both: £53.67

Show availability and delivery details



Product details


More About the Author

Darren Richardson
Discover books, learn about writers, and more.

Visit Amazon's Darren Richardson Page

Product Description

Product Description

ActionScript 3.0, the latest version of the Flash Platform’s scripting language, offers many new and powerful features. ActionScript is now a full-fledged programming language, with complete object-oriented capabilities, improved event handling, sound and video support, drawing capabilities, support for regular expressions, and much more.

Whether you are a Flash designer wishing to add to your skill set or an experienced ActionScript developer who wants to get up to speed with the latest version, you’ll find all you need to know in Foundation ActionScript 3.0 for Flash and Flex.

Starting with the fundamentals, you’ll learn how to add interactivity to your Flash movies by using ActionScript objects, manipulating sound and video, and harnessing the power of regular expressions and XML. The book concludes with two case studies to consolidate what you’ve learned and introduce some additional advanced techniques. You’ll gain a solid understanding of the new and exciting world of ActionScript 3.0 and see how everything fits together to form complete applications, so you’ll be able to build your own professional sites.

The sensible layout of the book makes it easy to find information about specific techniques. It focuses on the essential skills that will enable you to get up and running quick. With this book as your guide, you’ll be creating killer Flash applications before you know it.

What you’ll learn

  • Learn the fundamentals of ActionScript 3.0 using both the Flash IDE and Flex
  • Use ActionScript 3.0’s object-oriented features
  • Manipulate sound and video to produce exciting modern web applications
  • Work with XML as your data source

Who this book is for

Once you've mastered the Flash or Flex IDE there's only one way to go to create more powerful and interactive applications—you need to learn ActionScript. The ActionScript language was massively updated in version 3.0, and even if you know AS 1 or 2, you'll find that there are a lot of things in AS3.0 that you don't recognize. Whether you're completely new to ActionScript or you're coming from a previous version, Foundation ActionScript 3.0 for Flash and Flex will teach you all you need to know to get up and running with AS3.0 in no time.

Table of Contents

  1. GETTING STARTED WITH ACTIONSCRIPT 3.0
  2. ACTIONSCRIPT 3.0 FUNDAMENTALS
  3. OBJECTS AND CLASSES
  4. WORKING WITH THE DISPLAY
  5. CREATING VECTOR GRAPHICS WITH THE DRAWING API
  6. USER INTERACTION AND MORE WITH EVENTS
  7. WORKING WITH VIDEO
  8. USING AUDIO
  9. WORKING WITH COMPONENTS
  10. REGULAR EXPRESSIONS
  11. USING XML
  12. CASE STUDY: CREATING A DYNAMIC IMAGE VIEWER
  13. GETTING STARTED WITH FLEX
  14. FLEX BY EXAMPLE

About the Author

Paul Milbourne is an Adobe Certified Expert and Instructor for Flash. He has been a Flash platform consultant in the Washington- Baltimore metropolitan area for the better part of a decade. His journey has allowed him to work with such clients as the Washington Redskins, Baltimore Ravens, Democratic National Committee, and many others. For the most part, Paul has made a handsome career cleaning up after other developers. This experience has exposed him to most aspects of Flash development through a multitude of industries. His true passion is the advancement of the Flash community in that area. Paul is the principal and founding member of the Baltimore-Washington Adobe Flash User Group, which now boasts more than 300 members. His vision is to unite that community in a collaborative effort, both informationally and vocationally. Paul currently studies computer science and art at the University of Maryland. And, though he was a professional chef in a former life, he is not responsible for any of the food references in this book!

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon U.K.
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
Share your experience with this product with others
Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.0 out of 5 stars (4 customer reviews)

4 of 4 people found the following review helpful:
3.0 out of 5 stars A Good Introductory Overview Of Action Script 3, 5 Oct 2009
By Chuck Brooks "President, FutureWare SCG" - Published on Amazon.com
This review is from: Foundation ActionScript 3.0 for Flash and Flex (Foundations) (Paperback)
Anyone who wants to do anything really interesting with Adobe Flash or Flex will, sooner or later, have to do some coding. This is particularly true with 3D presentations, either natively within Flash, or with any of the 3D libraries such as Papervision3D. For maximum effect, not to mention ease of development, that coding will have to be done with Action Script 3 (or AS3 for short). This 566 page book is a good introduction to AS3, with a focus on the language's basics, and how it is used within Adobe's CS3/4 development and Flex Builder tool environments. To get the most from this book, readers should have reasonable proficiency with a compiled programming language, and an understanding of Object Oriented Programming design and implementation techniques.

An open standard programming language originally developed by Adobe for its Flash platform, AS3 is C-like and built from the ground up on a solid object model. While having basic functionality like more general purpose and object based programming languages, such as C#, Delphi and Java, AS3 has many specialized functions that are specific to the Flash platform that make programming easier and development faster.

Accordingly, the book's Chapters 2 through 6 introduce and cover the basic language constructs and syntax. Those proficient with other compiled programming languages should review these as some commands are specific to the Flash environment.

Chapters 7 through 12 detail by example how the basic elements are fashioned into more complex and useful components and applications.

Finally, chapters 13 and 14 show how ActionScript projects are managed using Adobe's Flex Builder.

Each chapter concludes with a summary of the material covered, and has working example code, in both Flash and Flex project formats, that can be downloaded from the publisher's web site. The introductory chapters, one (for CS3/4) and 12 (for Flex Builder), have step by step instructions on how the respective development tool is configured, including screen shots.

Perhaps the most important chapter is four, which describes the Display List, the root container for all objects displayed on and managed within the Stage. Understanding the display list is crucial to developing effective presentations for rich internet applications, regardless of whether they are browser based on running locally on a desktop or laptop.

Perhaps the weakest chapter is eleven, on XML processing. This is particularly important as more and more information is being exchanged in this format and knowing how to extract and process it has become nothing less than a necessity in today's information structures and services. Another weakness is not covering how AS3 programs can be tested and debugged in more detail beyond trace() statements.

An excellent book for those with novice to intermediate skill levels, as well as a light reference book.

2 of 2 people found the following review helpful:
4.0 out of 5 stars Good Book for Learn ActionScript 3, 24 Feb 2010
By Marlon Ceballos "Adobe Community Professional" - Published on Amazon.com
This review is from: Foundation ActionScript 3.0 for Flash and Flex (Foundations) (Paperback)
This book is suitable for those who want to learn to program with ActionScript 3 to create interactive elements of medium complexity as almost all his examples are made with external code files (.as files) which accustom the reader to work in a more orderly way and eventually allow you will take the step towards in the direction of the development with Flex. I personally expected more examples in Flex but this topic has devoted only two captitulos which however will serve as an introduction.

As expected, the first chapters begins with an introduction to programming language and a clear explanation of the Objects and Classes concepts. Later addressing topics as Display List, the APIs for drawing, Event Handling, working with video, sound and Components. On this last topic there are an example that shows the process to create a component.

Exist a chapter wich caught my attention because I had not seen in other books and is the intended for Regular Expressions. Users of medium and high level of ActionScript will see much use to the 23 pages devoted to this topic.

In addressing the topic of XML has been intended a chapter to set an example of creating an image viewer. This is a simple example but is clearly explained which will make it very easy to repeat the exercise and understand it.

The last two chapters are designed for Flex and begins with an introduction to the Framework and Flex Builder and finishing with an example where you create a basic interface.

In general terms I like about this book:
- The explanation of all concepts are clear enough
- The examples were made with external code (.as files)
- Use charts to graphically explain some concepts that are often difficult to understand

I don't like to find so few pages devoted to Flex.

Marlon Ceballos
Adobe Community Professional
Colombia Adobe User Group Manager

1 of 1 people found the following review helpful:
4.0 out of 5 stars great intro to AS3.0, 8 Oct 2009
By Uncle Mertz "developer" - Published on Amazon.com
This review is from: Foundation ActionScript 3.0 for Flash and Flex (Foundations) (Paperback)
After spending time with other books and videos to break into the world of AS3.0, I will say that this book is a must have for anyone looking to build the skills required to start programming AS3.0 with Flash or Flex.

The chapters are organized with attention to progressing through and building on previous knowledge. In addition, the authors provide "big picture" insights supporting many of the smaller assignments that you will be achieving throughout the book. This "big picture" approach integrating the smaller assignments along the way was something I had been looking for in a book. This book offers that and more in it's approach to skill building.

Chapters 2, 3, 4, 6 were the best read and offered key assignments for me. These chapters focus on Fundamentals, Objects and Classes, The Display, User Interaction respectively. I found these chapters to be the key to building real world Flash / ActionScript 3.0 skills and the book offers outstanding instrucion in these areas.

I believe this book to be a great resource to anyone looking to break into ActionScript 3.0 development. If you have no background or if you have some light exposure to programming, this book will quickly offer you a path to professional level techniques that will allow you to build a portfolio of work.
 Go to Amazon.com to see all 4 reviews  4.0 out of 5 stars 
Were these reviews helpful?   Let us know

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges