Wiley.com
Print this page Share

Flash Video for Professionals: Expert Techniques for Integrating Video on the Web

ISBN: 978-0-470-13113-8
Paperback
362 pages
July 2007
Flash Video for Professionals: Expert Techniques for Integrating Video on the Web (0470131136) cover image
This title is out-of-print and not currently available for purchase from this site.

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
7 137 Typo in ActionScript code
The sixth line of code:
"myList.addItem({label:myArray[i]});[" contains a typo.

Delete the final opening bracket, so that the line reads:
"myList.addItem({label:myArray[i]});"
9/26/07
Back to Top