Using Server-Side ActionScript

Macromedia ColdFusion MX server configuration includes the Macromedia Flash Remoting service, a module that lets Macromedia Flash MX developers create server-side ActionScript. These ActionScript files can directly access ColdFusion MX query and HTTP features through two new ActionScript functions: CF.query and CF.http.

Contents

About server-side ActionScript

Connecting to the Flash Remoting service

Using server-side ActionScript functions

Global and request scope objects

About the CF.query function and data sources

Using the CF.query function

Building a simple application

About the CF.http function

Using the CF.http function