Chapter 14. Real-World Application

This book has presented many examples of Flash Remoting, but to tie it all together we'll build a complete application that draws on many of the concepts presented up to this point. We'll create a simple script repository application that allows a user to post a script to the server using a simple copy/paste, and then stores the script in a database and returns a script ID number and the URL from where the script can be downloaded. The application features several key elements of Flash Remoting, including application security with a user login framework, the passing of objects to and from the server, several screens utilizing different server-side services, and the seamless integration of client/server processes.



    Part III: Advanced Flash Remoting