Today's ActionScript-based applications require increasingly sophisticated architectures and code. This book aids intermediate and advanced ActionScript developers in learning how to plan and build applications more effectively. You'll learn how to apply design patterns as solutions to common programming scenarios. Beyond a reference, Advanced ActionScript with Design Patterns is a practical guide complete with sample mini-applications illustrating each design pattern. Table of Part I - Successful Projects 1. How to Design Applications 2. Programming to Interfaces Part II - Patterns 3. MVC 4. Singleton 5. Factory (Abstract Factory and Factory Method) 6. Proxy 7. Iterator 8. Composite 9. Decorator 10. Command 11. Memento 12. State Part III - Advanced ActionScript Topics 13. Working with Events 14. Sending and Loading Data 15. E4X (XML) 16. Regular Expressions
This is quite good. Actually, as far as design patterns applied to ActionScript with Object-Oriented principals go, this is the bomb.
It's nice to see a design pattern book written using ActionScript as the targeted language. No more reading books targeted for C++, C#, or Java, and try to apply them to AS2. This is especially meanful to cases where ActionScript has no equivalent syntax.
While the book is targeted for AS3, it is equally applicable to AS2. The principals are the same.
It's also nice to finally pick up a book that calls itself "Advanced ActionScript" that indeed talks about advanced topics. Recommended.
This is quite good. Actually, as far as design patterns applied to ActionScript with Object-Oriented principals go, this is the bomb.
It's nice to see a design pattern book written using ActionScript as the targeted language. No more reading books targeted for C++, C#, or Java, and try to apply them to AS2. This is especially meanful to cases where ActionScript has no equivalent syntax.
While the book is targeted for AS3, it is equally applicable to AS2. The principals are the same.
It's also nice to finally pick up a book that calls itself "Advanced ActionScript" that indeed talks about advanced topics. Recommended.
If you are doing any flex programming this book is a must read! It does a great job with helping you think in objects and patterns rather than in run-away script mode. Very good book but I'm afraid that most of those who should read it never will...