Book description
Flash Remoting MX lets developers easily integrate rich Macromedia Flash content with applications that are built using Macromedia ColdFusion MX, Microsoft .NET, Java, PHP, or SOAP-based web services. The result is complex client/server applications that more closely resemble desktop applications than traditional web pages. Gone is the click/wait/reload approach of HTML. Your web application uses Flash as the front end while Flash Remoting handles the communication behind the scenes with the application server. All the end user knows is that it's fast and flexible.The potential uses for Flash Remoting are endless. Flash Remoting: The Definitive Guide will help you understand this breakthrough technology and use it to build your own Rich Internet Applications (RIAs). Build applications that connect to a database, file system, or other server-side technologies. Or, use Flash Remoting to create:
- online stores that feature catalogs and shopping cart systems
- sound and video clip libraries
- banner ads with built-in shopping carts, click-through tracking, and site search capabilities
- new controls that can be used in place of HTML
- extensions to Flash, Dreamweaver, Fireworks, and more
- front-ends to databases for administrators
Publisher resources
Table of contents
- Dedication
- Preface
-
I. Remoting Fundamentals
- 1. Introduction to Flash Remoting
-
2. Installing, Configuring, and Using Flash Remoting
- 2.1. Installing Flash Remoting
- 2.2. Naming Your Services
- 2.3. The Authoring Environment
- 2.4. Sequence of Events in Flash
- 2.5. Making a Remote Call
- 2.6. Wrapping Up
- 3. Client/Server Interaction, UI Components, and RecordSets
-
4. Flash Remoting Internals
- 4.1. The NetConnection Class
- 4.2. Using NetServices
- 4.3. Creating Responder Functions
-
4.4. RecordSet Object
- 4.4.1. The RecordSet Constructor
- 4.4.2. The addItem( ) Method
- 4.4.3. The addItemAt( ) Method
- 4.4.4. The getLength( ) Method
- 4.4.5. The getItemAt( ) Method
- 4.4.6. The removeItemAt( ) Method
- 4.4.7. The replaceItemAt( ) Method
- 4.4.8. The getItemID( ) Method
- 4.4.9. The setField( ) Method
- 4.4.10. The getColumnNames( ) Method
- 4.4.11. The filter( ) Method
- 4.4.12. The getNumberAvailable( ) Method
- 4.4.13. The setDeliveryMode( ) Method
- 4.4.14. The sortItemsBy( ) and sort( ) Methods
- 4.4.15. The addView( ) Method
- 4.4.16. The removeAll( ) Method
- 4.5. The Timeline
- 4.6. Catching Errors
- 4.7. Registering Objects
- 4.8. Wrapping Up
-
II. The Server-Side Languages
-
5. Flash Remoting and ColdFusion MX
- 5.1. Introduction to ColdFusion MX
- 5.2. How ColdFusion Fits into Flash Applications
- 5.3. Service Name Mappings
- 5.4. ColdFusion Pages Versus ColdFusion Components
- 5.5. Loading Query Data Incrementally
- 5.6. ColdFusion Security: Authenticating Users
- 5.7. Updating Data on the Server
- 5.8. Wrapping Up
-
6. Server-Side ActionScript
- 6.1. What Is Server-Side ActionScript?
- 6.2. The CF Object
- 6.3. When to Use Server-Side ActionScript
- 6.4. Datatype Conversions
- 6.5. Handling Errors with try/catch
- 6.6. Extending Server-Side ActionScript with Java
- 6.7. Wrapping Up
-
7. Flash Remoting and Java
- 7.1. The Flash Remoting Gateway
- 7.2. Supported Platforms
- 7.3. Setting Up Flash Remoting for J2EE
- 7.4. Service Types
- 7.5. Datatype Conversions
- 7.6. Service Lookup
- 7.7. Invoking Service Methods
- 7.8. Architecture and Design
- 7.9. Referencing the Request and Session
- 7.10. Saving and Sharing State
- 7.11. Databinding
- 7.12. Security
- 7.13. OpenAMF
- 7.14. Wrapping Up
- 8. Flash Remoting and .NET
- 9. Flash Remoting and PHP
-
5. Flash Remoting and ColdFusion MX
-
III. Advanced Flash Remoting
-
10. Calling Web Services from Flash Remoting
- 10.1. What Is a Web Service?
- 10.2. Why Use Flash Remoting?
- 10.3. Web Services from a ColdFusion Server
- 10.4. Web Services from an ASP.NET Server
- 10.5. Wrapping J2EE and JRun Web Services
- 10.6. Web Services from PHP
- 10.7. BabelFish Web Service
- 10.8. Datatype Conversions
- 10.9. Creating a Flash MX Web Service Extension
- 10.10. Wrapping Up
- 11. Extending Objects and UI Controls
-
12. Flash Remoting Best Practices
- 12.1. Separation of Tasks
- 12.2. Separation of Functionality
- 12.3. Server-Proofing the Application
- 12.4. Component Use
- 12.5. Clean API
- 12.6. Loops and Repeated Operations
- 12.7. OOP or Not OOP
- 12.8. ColdFusion RecordSets
- 12.9. Implementing Caching
- 12.10. What to Walk Away With
- 12.11. Wrapping Up
- 13. Testing and Debugging
-
14. Real-World Application
- 14.1. General Considerations
- 14.2. Requirements
- 14.3. Specifications
- 14.4. The Modules
- 14.5. Flash Remoting Code
- 14.6. Testing and Debugging
- 14.7. Completed Application
- 14.8. Future Expansion
- 14.9. Wrapping Up
-
15. Flash Remoting API
- 15.1. Entry Headings
- DataGlue Object
- DataGlue.bindFormatFunction( ) Method
- DataGlue.bindFormatStrings( ) Method
- NetConnection Class
- NetConnection.addHeader( ) Method
- NetConnection.call( ) Method
- NetConnection.clone( ) Method
- NetConnection.close( ) Method
- NetConnection.connect( ) Method
- NetConnection.getDebugConfig( ) Method
- NetConnection.getDebugId( ) Method
- NetConnection.getService( ) Method
- NetConnection.ReplaceGatewayUrl( ) Method
- NetConnection.RequestPersistentHeader( ) Method
- NetConnection.setCredentials( ) Method
- NetConnection.setDebugId( ) Method
- NetConnection.trace( ) Method
- NetDebug Object
- NetDebug.trace( ) Method
- NetDebugConfig Class
- NetDebugConfig.getDebug( ) Method
- NetDebugConfig.setDebug( ) Method
- NetServices Object
- NetServices.createGatewayConnection( ) Method
- NetServices.getVersion( ) Method
- NetServices.setDefaultGateway( ) Method
- RecordSet Class
- RecordSet.addItem( ) Method
- RecordSet.addItemAt( ) Method
- RecordSet.addView( ) Method
- RecordSet.filter( ) Method
- RecordSet.getColumnNames( ) Method
- RecordSet.getItemAt( ) Method
- RecordSet.getItemID( ) Method
- RecordSet.getLength( ) Method
- RecordSet.getNumberAvailable( ) Method
- RecordSet.isFullyPopulated( ) Method
- RecordSet.isLocal( ) Method
- RecordSet.removeAll( ) Method
- RecordSet.removeItemAt( ) Method
- RecordSet.replaceItemAt( ) Method
- RecordSet.setDeliveryMode( ) Method
- RecordSet.setField( ) Method
- RecordSet.sort( ) Method
- RecordSet.sortItemsBy( ) Method
-
10. Calling Web Services from Flash Remoting
- IV. Appendixes
- About the Author
- Colophon
- Copyright
Product information
- Title: Flash Remoting: The Definitive Guide
- Author(s):
- Release date: September 2003
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596004019
You might also like
book
Windows® 98 Unleashed
Windows 98 Unleashed provides you with comprehensive coverage of the newest Windows features. This complete reference …
article
Reinventing the Organization for GenAI and LLMs
Previous technology breakthroughs did not upend organizational structure, but generative AI and LLMs will. We now …
book
Special Edition Using Java™ 2 Enterprise Edition
Java 2 Enterprise Edition is a combination of Java-related technologies including Java Server Pages, Servlets, and …
book
Special Edition Using Java 2 Standard Edition
Special Edition Using Java 2 Standard Edition specifically covers only the Standard Edition of version 1.3 …