Customer Reviews


21 Reviews
5 star:
 (12)
4 star:
 (3)
3 star:    (0)
2 star:
 (2)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


31 of 33 people found the following review helpful:
5.0 out of 5 stars A much needed Flash 8 book!
I was very pleasantly surprised to find this book. I've enjoyed Mr. Kerman's books in the past, they're always very informative and practical. And I think that's the key: practical. I like using Flash and I love making Flash projects, but I find ActionScript a really cumbersome language. It's no Ruby. That's fine, but I don't want a book that's cumbersome too...
Published on March 16, 2006 by Raymond Brigleb

versus
4 of 5 people found the following review helpful:
2.0 out of 5 stars Better books elsewhere... Not for those trying to Learn quickly
With all due respect to the author, (who obviously knows his stuff quite well), this book is terrible for learning. The author, however, does not promise to teach you, which is in its way his safeguard. You are not meant to be taught, so do not expect to learn. The information the book contains is mostly lots and lots (and lots) of discussion ABOUT Actionscript put in...
Published on May 14, 2007 by NoLongerHere


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

31 of 33 people found the following review helpful:
5.0 out of 5 stars A much needed Flash 8 book!, March 16, 2006
By 
Raymond Brigleb (Portland, OR, United States) - See all my reviews
(VINE VOICE)    (REAL NAME)   
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
I was very pleasantly surprised to find this book. I've enjoyed Mr. Kerman's books in the past, they're always very informative and practical. And I think that's the key: practical. I like using Flash and I love making Flash projects, but I find ActionScript a really cumbersome language. It's no Ruby. That's fine, but I don't want a book that's cumbersome too.

Creating Flash projects over and over again, you definitely realize there are certain patterns to your work. You need video, you need a preloader, you need to parse XML files, etc. A lot of books try to cover everything available to a Flash programmer and end up really telling you very little. By focusing in on what's important, Mr. Kerman has written something very close to a masterpiece in the field.

Chapter 1 is an excellent overview of the new features in Flash 8, and frankly I wasn't even aware of half of them because Macromedia doesn't really emphasize the new features of the ActionScript language, they emphasize the authoring environment and the visuals. Chapter 2 is an overview of constructing a real-world Flash project and it is priceless. You become a great Flash developer when you see how a Flash project is really just a lot of pieces put together. You learn in this chapter how to break apart your projects, how to arrange content, and so forth. It's an excellent prelude to the rest of the book.

The rest of the chapters of the book (and contents of the CD-ROM) cover eight projects similar to the types of real-world projects I've been doing lately. I'm not going to cover them all, they're all really good, but let's take some examples from the Portfolio chapter. This is an excellent example of what's great about this book. This chapter takes you through building modular components that you put together to make a portfolio. The thumbnails are separate from the larger views, and they are separate from the chapter navigation. You don't build one project, really, but as many as you want! You can combine these things as much as you want. And when you're ready, dig into the libraries that you didn't have to study in detail. You have worked up from a great foundation, but you're well entitled to play with the foundation too, if you want!

If you find yourself building Flash projects, especially websites, that are of any real size, you should really get a copy of this book. The writing is great, the code is solid and the possibilities are endless. And for this price it's a downright bargain.

Finally, a really great book on Flash 8!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


25 of 27 people found the following review helpful:
5.0 out of 5 stars Practical API to get the job done, March 27, 2006
Amazon Verified Purchase(What's this?)
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
I debated whether to give it 4 stars or 5 stars, at the end I gave it 5. Here is the run down of the book:

What this book does NOT do:
- Teach you how to create an API.
- Teach you Flash 8 from beginner to expert (this is NOT a tutorial or anything similar)
- Teach you ActionScript

What this book does do:
- Give you working APIs for real projects.
- Explain to you how to work with the particular APIs.
- Get you thinking about ActionScript as a full featured programming language.
- Get your work done, hiding in the API a lot of the complexity.
- Saves you time.

If you are looking for a tutorial on flash, you will find many, though I haven't been particularly impressed by any Flash tuotrial book up to date. And this book was never set to be a tutorial, it goes straight to the project.
I would highly recommend this book for those busy professionals that have a lot of projects come up and who don't have the time to learn yet another programming language. I consider myself at an intermediate level in flash, but a beginner in Actionscript.
Phillip Kerman did a very good job in providing several "projects and techniques to get the job done". Which was what he set up to do with this book, and hence he gets 5 full stars. This book saved me about 20-30 hours of research and coding I would have required to create a couple of projects.

If you are looking for a tutorial on Flash 8 or Actionscript stay away from this book. However, if you are looking for high quality, working Flash 8 code that you can customize for your own projects, it would be hard to find a better one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
5.0 out of 5 stars Great guide for users looking to expand their skills., March 20, 2006
By 
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
My overall feeling on this book is that it is great guide for those readers transitioning from one skill set in Flash to another. While it is ok for beginners it is best you have had some experience with Flash before reading this book as it is designed more to make existing users better then getting newbies up to speed in a hurry. The author uses a most practical perspective in each chapter to solve common problems and makes it a point to highlight best practices and the common pitfalls to avoid and why. In this way the he carries the reader through the logical reasoning behind each technique so that one can relate the more complex and technical aspects of programming to the visual design elements with which you are already familiar.
There are many examples where the author shows how various techniques can be achieved without programming in the timeline, which some readers may be more comfortable with, and he then shows how the same goal is accomplished with programming for comparison. He takes the sensitive tone of a mentor as he shares his insight on the benefits and drawbacks of each approach in order to help the reader decide which may be best for their own projects.
Those wanting to jump into scripting have the benefit of the file templates provided on the CD-ROM. The book walks through the design and construction of each project. Completed samples are provided with the book and more templates are available for download from the author's web site,. This way you can focus on the concepts of design and construction or the details of implementation depending on your needs and interests.
If you have a background in JavaScript programming or you have been doing ActionScript 1 for some time this book provides assistance with project design and architecture. Many of the examples and templates make use of custom classes and Object Oriented Programming with ActionScript 2. In my personal opinion practical examples are about the best way to pick up a new language. Between the guidance in each chapter and the example files, a causal script writer can easily go from copying code snippets that create nifty visual effects to writing their own from scratch.
Whenever possible the author encourages the reader to remember the end user's experience as they develop their design. He points out how the use of visual effects should enhance the experience of the content for the user and not distract from it. He also shows how the techniques in programming and some practical steps in authoring can be leveraged in other projects, thus saving time and effort.
I think that the practical project based approach used in the book and the author's familiar and casual tone is really what distinguishes it. It makes the large range of topics easier to absorb and many of the concepts and techniques used to develop each project are indicative of what is required for most website and e-learning applications. Regardless of your focus and reasons for using Flash, this book will help you to expand your skills and provide a useful reference as you embark on new territory with your own projects.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 14 people found the following review helpful:
4.0 out of 5 stars A Handy Reference, March 14, 2006
By 
James C. Cullin (Malton, ON Canada) - See all my reviews
(REAL NAME)   
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
I have accumulated a number of Flash 8 related books in the past little while. Flash 8 @ Work is a book I find myself going back to regular basis. I particularly appreciate the section that shows you how to caption video using an XML document. This was particularly helpful as I completed a nagging project last week.

The book is well organized and quite readable. I find I am able to get at specific techniques quickly. I also appreciate the fact that the example are not overly complicated. Sometimes I come across books where the step by step examples involve combinations of techniques that one would normally not combine which leaves you scratching your head. This is NOT one of those books. I suspect I will be reference this book until Flash 9 @ Work comes out :)
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
5.0 out of 5 stars Clearly not for dummies, May 25, 2006
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
A great book for non-dummies. I enjoy reading it and I think Phillip did a great job explaining how to get the job done in such effective and entertaining ways.

For some people this book may be one of the worst books they ever bought. That's because there's a big gap between their knowledge/skill and this book itself; not because the way this book is written.

Phillip wrote that this book is intended for Flash veterans so if you are not one of them, go for another.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars Newbie thoughts on Flash@Work, September 29, 2006
By 
Thomas Diaz "Newbie to Flash" (Irving, Texas United States) - See all my reviews
(REAL NAME)   
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
Although I was new to the world of actionscripting when I purchased and read Flash@Work for the first time, I rather enjoyed the read and its logical approach to scripting. In particular it gave me a solid starting point regarding how to plan and build real world projects which I am still learning. Flash@Work introduced me to the concept of modular design and beginning with the end in mind which is invaluable with flash projects. Overall, I recommend Flash@Work however, I suggest you pick a primer on actionscript first before digging into this book. Concepts and project are well explained and most importantly projects are practical in scope.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars A very useful book, August 24, 2006
Amazon Verified Purchase(What's this?)
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
I've bought more than my share of Flash books over the years and I can tell you that here's one that I return to a lot. The title is very appropriate: I've used this book for a number of jobs at work and each one has worked fine and made me look good. The projects are all very practical. The video chapter, in which you create captions for video, was particularly helpful. The "gathering tool", which helps you attach captions to your video, is, as they say, worth the price of admission alone, as is the powerpoint-style flash presentation technique. I don't know any other way to accomplish what Kerman has done here: without an advanced level of Flash (an intermediate understanding of Flash is good) a person is able to do some pretty advanced projects. Kerman has taken away the need to do many of the advanced and no doubt confusing parts of the project and allows the reader to do the rest on their own. And, in the end you understand enough of what you did so you can customize the projects. Heck, I'd like to see him do another one of these books. I've got a lot of other projects at work that need his expertise. 5 stars.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Just what I was looking for, December 22, 2006
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
This book is a great resource on how to a variety of tasks you may be asked to do for a client or for yourself as a freelancer.

The projects "Creating an Assessment Quiz" and "Saving and Evaluating Quiz Results" were particularly helpful to me, as my team (Maritz Learning) had just finished building an XML-driven, Flash-based assessment engne for a client. After looking at Phillip's methods, we were able to add a bunch of functionality for other question types.

The fact that it's not a beginner's book is a huge plus also. There are so many Flash books that go over the basics in Flash - do we really need another one?

Note to generic Flash book publishers: We know what Flash is and how the interface works - show us how to DO things with it. This book answers that request.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Zero to Sixty in no time, September 28, 2006
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
If you are looking for a book that provides easy to customize Flash solutions, this is it.

"Flash 8 @work" is a rare computer software book in that it provides practical solutions and it also clearly teaches methods as you implement the solutions.

If you are looking for a "Flash 101" type book, try the author's "Flash 8 in 24 Hours." It will build your skills step by step.

If your boss is asking you to build something like the applications presented in this book, there is no better way to get the job done than to pick up this book. You will make the boss happy and learn new skills along the way.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars If you are serious, August 26, 2006
By 
Kevin Reach (Palm Springs, CA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done (Paperback)
If you are interested in creating a professional quality web site(s) with Flash 8, get a grip on yourself and understand it is not simple. Flash 8 is an intense program for serious people. This book is a great start, in what will be a long road of learning. If you are a beginner and want to learn "programming" the first 2/3 of his book "ActionScripting in Flash MX" will get you going.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

This product

Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done
Macromedia Flash 8 @work: Projects and Techniques to Get the Job Done by Phillip Kerman (Paperback - February 13, 2006)
$39.99
In Stock
Add to cart Add to wishlist