Updates

Latest Tweet



What's New?

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


Like this Page

Flash and XML: A Developer's Guide Review by W. Monk

Read this BEFORE you read any other Actionscript books

This book was suprisingly useful. I bought it to understand how to connect Flash to XML server back ends, but it quickly taught me much more that I was not expecting. The true value of this book is teaching how to use Actionscript 1.0 to make Flash Clients talk to servers with the fastest, leanest possible code (Not necessarily XML.)

The author does a great job of teaching how to make reusable, tiny, elegantly structured modules to build a trivia game. The lessons in here should be required reading for any Flash Actionscript programmer BEFORE they can use any fat Actionscript 2.0 components. By reading this book, you can avoid torturing your users with the "Loading Forever" progress bars which result from using Flash without understanding it's elegant, fast loading, optimized roots.