What is Flash Remoting?

Overview
Flash remoting is a SOAP like protocol allowing ActionScript to make ColdFusion (or someother language) function calls as if they were declared in ActionScript itself. This allows Flash to connect to databases (which it can't do) through languages like ColdFusion or PHP and means that flash can be used to develop internet applications, like online stores. Usually, Flash connects to ColdFusion, Macromedia's propriety server side markup language. ColdFusion handles the database connection, persistant objects, and other such things while Flash is the GUI. Open source projects like AMFPHP allow PHP and other languages to replace ColdFusion on the server.

Languages you can use with Flash Remoting

Native:

Non-native:

Why you should use it

Why you shouldn't use it

<< Previous Page Table of Contents Next Page >>

Valid XHTML 1.0! Valid CSS!