In my experience, O'Reilly press has consistently made the best technical books. I've owned or at least borrowed (heavily) more than a few, particularly those in the Java, Perl, and UNIX lines.
So when I wanted to learn ActionScript (Flash), I was pleased to find ActionScript 3.0 Cookbook. I immediately found section titles specifically geared for what I wanted to do, like loading images via URL, scrolling, passing variables from HTML pages. Furthermore, the first few chapters got me up to speed on language basics very quickly. The "cookbook" style text works extremely well for learning a new language when you are already familiar with the concepts, such as event handlers or associative arrays. I had written a nearly complete version of what I envisioned that evening, and finished it in another evening. Glancing at other sections, it looks like this book will continue to work for me up the learning curve for quite some time. All in all, this is one of the best titles from O'Reilly, which means it is really quite exceptional. Coupled with the language reference and SDK, it's all you need to get started.
ActionScript 3.0 combines the best of Java (strongly typed, object-oriented, namespaces, compiled) and JavaScript (simplicity, syntax). Actually, it looks like ActionScript 3.0 and JavaScript 2.0 will be one and the same; AS3 will be formalized as the next version of the JavaScript standard. Adobe has donated the virtual machine to the Mozilla project for use in future versions of Firefox and other applications.
Read More