<< 1 >>
Rating:  Summary: Great book about a complex subject Review: 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.
Rating:  Summary: Great book about a complex subject Review: 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.
Rating:  Summary: Execllent Reference for Remoting Techniques Review: I've been anticipating Tom Muck's new book for months. Even though we're currently using Flash Remoting with ColdFusion MX, I thought there might be tips and techniques to learn to improve code flow.Remoting technology allows programmers to create client/server applications using Flash MX to design an event-based GUI that interacts with an application server for data exchange on the back end. Data requests from the user are handled by Flash and sent to the server via an ActionScript Message Format (AMF) packet and returned to Flash from the server the same way. Muck's book begins with the basics of Flash Remoting and installation. and moves onto client/server interaction. Each explanation provides examples for use with ColdFusion MX, server-side ActionScript, J2EE, ASP.NET, and PHP. The next section provides detailed information for use with each of these technologies. The third section of this book provides information and examples for calling Web services from Flash Remoting, extending objects and UI controls and best practices. Finally, a usable real-world application is provided for an in-depth exploration of techniques and code. This is a comprehensive, well-written reference manual as implied by the title. A list of additional resources is provided by the author for further exploration. If you are interested in Flash Remoting, this is a must-have book for your collection. Highly recommended. Lisa Wilson, SacCFUG Manager, Senior Programmer at Mediaworks, UC Davis
Rating:  Summary: no code for actionscript 2.0/MX Pro 2004 Review: if you're looking for Actionscript 2.0/Flash remoting, maybe should wait for the next edition.
Rating:  Summary: All in One Review: Keep this book next to your copy of ActionScript for Flash MX, the Definitive Guide (second edition), that's how useful it will be. I was skeptical about this book before even opening it, thinking that one book could not possibly cover Flash Remoting in the depth and breadth that I was looking for. I had bought several other Flash Remoting books, each focused on one server-side technology. How much nicer it is to be using just one resource! This book provides a strong understanding of how Flash Remoting works, why Macromedia designed it the way they did, and what you need to do to use it. Although this reference is designed for people with some ActionScript experience, the author delivers the content with a great deal of context that is both conceptual and practical without overdoing it.
Rating:  Summary: Confusing and poorly organized Review: Not only is the book poorly organized but it doesn't treat any one area well. It's hard to read and painfully inaccurate. Most of the URLs listed in the book no longer work. Virtually anything that could be done with Remoting could be done without it just as easy using another technology cheaper and easier. Unless you're a hard core Flash nut bent on Macromedia domination front end and back this book is awful. I tried to sell it and no one would buy it after reading the first few chapters. Forget the lip service of the other reviewers as someone who develops web apps for a living I can tell you Flash Remoting isn't the best way to go in most cases and in the 2% of cases that it is... this book isn't going to be any help at all.
Rating:  Summary: Flash MX 2004 and Pro code is online Review: The author's site includes updated information. The code presented in the book works "as is" in the latest version of Flash, I believe. The caveat is that Flash MX 2004 and Pro users must download some libraries from Macromedia's site. In any case, detailed instructions for working in Flash MX 2004 and Pro are posted on the author's web site (flash-remoting.com). See especially the article on that site addressing the topic: http://flash-remoting.com/articles/fr2004pt1.cfm Disclaimer: I'm the book's editor. FWIW, the book was published before Flash MX 2004 and Flash Pro were released. Furthermore, for many months after the official release, Macromedia didn't upgrade the remoting components to ActionScript 2.0. Any questions about the content or upgrading to Flash MX 2004 or Pro can be addressed to me, the author, or O'Reilly technical support.
Rating:  Summary: Must Book for Anyone Who Wants to Understand Flash Remoting Review: There are very few books on Flash Remoting. I previously studied another book that was helpful, but I didn't feel I attained the necessary skills I needed to implement Flash Remoting. This book was a welcome addition and left me feeling I could finally utilize Flash Remoting in real-world application. The instructions and examples are written well, easy to understand and make sense. What's really amazing is that all the example programs in this book actually work (with no corrections)! My programming background is advanced programming experience with ColdFusion MX and Visual Basic, minimum experience with JavaScript and ASP scripting. Having never programmed in ActionScript before, I felt the programming concepts were clearly explained, allowing me to grasp and understand object oriented techniques, good programming standards, ActionScript syntax, and Flash Components. This book was extremely helpful with learning how to utilizing ColdFusion Components for Flash Remoting. I think anyone who wants to gain a detailed understanding of Flash Remoting would be very satisfied with this book. After studying this book intently, I feel I've gained the necessary understanding and skills to make Flash Remoting a central part of any Rich Internet Applications I develop.
Rating:  Summary: no code for actionscript 2.0/MX Pro 2004 Review: This book does not cover Flash MX 2004 Professional (remoting) in any great depth ... BUT it works. I have followed the numerous remoting techniques since Flash 5 (from simple name/value pairs, towards XML parsing, through the Data Connection Kit, FireFly ... and so on). I downloaded every online tutorial possible, only to find that they were not compatible. The more the technology expanded, supposedly making Remoting easier, the more confused I found myself. All I wanted was a sophisticated RIA. Was that so wrong? The point is as follows: there a number of ways to use remoting, in addition to the number of alternate methods each "way" supports. Which means that the average non-genius programmer will incorporate pieces of [in my opinion] disparate remoting techniques that insure a faulty approach. Especially if they have FLMX 2004 Pro, like myself. This book cuts to the quick. Almost immediately, I learned several cohesive strategies from beginning to end. You will learn the difference between the manual and the more sophisticated approaches, and the situations in which they could be used. While I haven't learned the FLMX 2004 Pro components directly, yet, I have learned how to use Flash Remoting with my app server. Finally. Now I can intuitively move forward on my own.
Rating:  Summary: Finally Makes Sense of All These "Remoting" Flavors Review: This book does not cover Flash MX 2004 Professional (remoting) in any great depth ... BUT it works. I have followed the numerous remoting techniques since Flash 5 (from simple name/value pairs, towards XML parsing, through the Data Connection Kit, FireFly ... and so on). I downloaded every online tutorial possible, only to find that they were not compatible. The more the technology expanded, supposedly making Remoting easier, the more confused I found myself. All I wanted was a sophisticated RIA. Was that so wrong? The point is as follows: there a number of ways to use remoting, in addition to the number of alternate methods each "way" supports. Which means that the average non-genius programmer will incorporate pieces of [in my opinion] disparate remoting techniques that insure a faulty approach. Especially if they have FLMX 2004 Pro, like myself. This book cuts to the quick. Almost immediately, I learned several cohesive strategies from beginning to end. You will learn the difference between the manual and the more sophisticated approaches, and the situations in which they could be used. While I haven't learned the FLMX 2004 Pro components directly, yet, I have learned how to use Flash Remoting with my app server. Finally. Now I can intuitively move forward on my own.
<< 1 >>
|