Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Flash Remoting: The Definitive Guide Review by jim

Great book about a complex subject

I have to take issue with the 1 star review. The reviewer obviously had some hidden agenda, with statements like "Virtually anything that could be done with Remoting could be done without it" and "unless you're a hard core Flash nut bent on Macromedia domination front end and back this book is awful". If the reviewer had done his homework he would have seen that Flash Remoting is not only the fastest way to move data into a Flash movie (remoting packet sizes are much smaller than typical methods such as XML or web services), but it is also the most efficient use of the end-user's computing power. A Flash movie that uses components (such as a rich internet application) will bog down if you try to parse data and populate components. Using any other method of passing data to Flash (LoadVars, XML, Web services) the data has to be parsed. Using Flash Remoting, you don't have to parse the data -- it is ready to use. The book clearly explains the advantages and also explains how the results were obtained. The other reviewer obviously didn't read the book. The examples were clear and easy to read, and the text explained complex concepts much more clearly than any of the Flash Remoting documentation. This book gets 5 stars and sits on my desk next to ActionScript: The Definitive Guide.