WILEY

KNOWLEDGE FOR GENERATIONS

WILEY - KNOWLEDGE FOR GENERATIONS

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0470102675
Professional Adobe Flex 2
ISBN: 978-0-470-10267-1
Paperback
720 pages
May 2007
US $49.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Related Websites
  • Download

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
76 Error in Code
childChildByName

should be:

getChildByName
07/19/2007
115 Error in Code
myCursor.firstLast("NY")
myCursor.firstLast({label:"NY", data: "NewYork")

should be

myCursor.findLast("NY")
myCursor.findLast({label:"NY", data: "NewYork")
06/21/2007
184 Error in Code
("ExternalInterfaceSample").callFromJavascript(document.form1.valueForFlex.value);

should be:

thisMovie("ExternalInterfaceSample").callFromJavascript(document.form1.valueForFlex.value);
07/16/2007
293 Error in Text
"Should you then create new components called MonthsByName, MonthsByNumber, and MonthsByAbr? he answer is no..."

Mistyped T - should be:

"The answer is no..."
07/17/2007
306 Error in Text
"For example, if you name your class UCaseTextInput.as, the class name must be defined as UCaseTexInput."

should be:

"if you name your file UCaseTextInput.as ..."
07/17/2007
382 Error in Code
var myBitmap = new logoClass(); // new image();
or in page 381 name the private var image:Class; to logoClass
07/20/2007