๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Object-Oriented Programming with ActionScript 2.0

โœ Scribed by Tapper J., Talbot J., Haffner R.


Year
2004
Tongue
English
Leaves
476
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Master the principles of object-oriented programming as it is used with the most recent version of ActionScripting.This book is designed to provide readers with an understanding of object-oriented programming, ActionScript 2.0, and the interaction of the two. Section 1 begins with an introduction to ActionScript 2.0 and the specifics of building classes in AS2. Other topics of discussion include adding properties and methods to classes, inheritance, interfaces, inter-object communications, the details and implications of object-oriented design as a process, and working with and building components. Section 2 investigates the server side of applications. In the new Rich Internet Application paradigm, Flash MX 2004 is used as the user interface to an Internet based Client-Server application, and we will frequently need to interact with other server based technologies. Chapters discuss the importance of the server model; specific methods to interact with different server side technologies, including WebServices, XML files, and even simple text files; and the specific ramifications of working with the Flash Communication Server. Section 3 ties all of the concepts presented in the first two sections together by building a single cohesive application. Step-by-step procedures for conceptualizing and building the application are provided along with detailed coverage of how to debug and optimize the application.


๐Ÿ“œ SIMILAR VOLUMES


Object-Oriented Programming with ActionS
โœ Jeff Tapper, James Talbot, Robin Haffner ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› New Riders ๐ŸŒ English

I feel bad for the authors; it sounds like they're taking the heat for all of the negative vibes surrounding this book, when in all likelihood the responsibility lies with the editors and/or publishers. It definitely smacks of "get it out the door quick" marketing. I won't mention the atrocious co

Object-Oriented Programming with ActionS
โœ Branden Hall, Samuel Wan ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› New Riders Press ๐ŸŒ English

Aimed at developers with some prior experience working with Flash, this guide takes an object-oriented programming approach to building code with ActionScript. Hands-on exercises include designing an object-oriented game and creating components. The volume also covers advanced topics such as remote

ActionScript 3.0 design patterns: [objec
โœ William Sanders, Chandima Cumaranatunge ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› O'Reilly ๐ŸŒ English

The concepts in this book are great for any Actionscript developer and they thoroughly explain solutions via design patterns. I'd recommend this book to any aspiring AS3 developer. HOWEVER, there is so many horrible mistakes in this book. While the content is awesome, it seems like the editor was

ActionScript 3.0 design patterns: [objec
โœ William Sanders, Chandima Cumaranatunge ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› O'Reilly ๐ŸŒ English

This hands-on introduction to design patterns is for experienced Flash developers ready to tackle sophisticated programming techniques with ActionScript 3.0. Now that ActionScript has been reengineered from top to bottom as a true object-oriented programming (OOP) language, reusable design patterns

Object-Oriented ActionScript 3.0
โœ Todd Yard, Peter Elst, Sas Jacobs ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› friends of ED ๐ŸŒ English

ActionScript 3.0 is a very popular new language for the Flash community to learn, plus it makes object-oriented programming mandatory, hence this new edition of the best selling and very highly regarded Object Oriented ActionScript for Flash 8 is doubly important for the community - they are now for

Object-Oriented ActionScript 3.0
โœ Todd Yard, Peter Elst, Sas Jacobs ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› friends of ED ๐ŸŒ English

* Learn object-oriented programming in actionscript 3.0 * Covers both the Flash and Flex environments * Includes design patterns, custom frameworks, data binding, and other crucial techniquesObject-oriented programming (OOP) is something that is usually considered a black art for hardcore prog