Great beginners introduction to the new structures of AS3. Gives loads of great simple examples but doesn't assume you're a complete idiot. I recommend it for starting out if you're diving into AS3.
This book is what finally made me decide that programming ActionScript as a money earning job was not for me. I loved the simplicity of the book. And I don't think anything will stop me from tinkering around every once in a while. But at the same time reading this made me realize that the speed at which these technologies are developing is enough to swirl my head right off, and if I want to keep up I have to constantly spin my whole torso along with it. Frankly I've got better things to be doing now than jumping on the next iOS, Facebook game, etc... bandwagon. So, if this book has taught me one thing, it's that I should be wasting my time on reading and writing, and not on technical mumbo-jumbo that will only be replaced be seemingly easier techno mumbo-jumbo sometime next month.
I think it's a really good book for beginners in ActionScript 3.0 (I have prior programming experience, so I can't speak as to the experience of someone completely new to programming). The examples have real-life applications along with appropriate technical explanations. I used this book, along with Essential ActionScript 3.0 to get myself up-to-speed in ActionScript. The Moock book is, in my opinion, a better reference, but this book is great for working through short examples & reading about specific things.
Clear guide to learning actionscript 3, without getting caught up in programming methodologies, paradigms, or whatever else. Shows potential pitfalls and ways around them, and covers just enough of the basics so as not to be irritating in its redundancy.
A rip-roaring roller coaster of a ride. I especially liked: " external_btn.addEventListener(MouseEvent.CLICK, openLink); function openLink(e:MouseEvent):void { navigateToURL(new URLRequest("http://www.republicofcode.com")); }
A REALLY easy read for getting into Actionscript 3.0. I came from an AS2.0 background, always putting off AS3. I think this book and Essential AS3.0 (Moock) are a great pairing.
If you want to learn Actionscript 3 this is the best place to start. A great book with great examples. I would not have been able to complete my last project had it not been for this book.