Contents > Developing ColdFusion MX Applications > Using Server-Side ActionScript > Using server-side ActionScript functions > Using the function results in ActionScript Using results returned by the CF.http function PreviousNext

Using results returned by the CF.http function

The CF.http server-side ActionScript function returns data as simple text. You write server-side functions that reference the properties available in the object returned by the CF.http function. These properties store the file content of the retrieved file, HTTP status codes, the MIME type of the returned file, and so on. On the client side, you create return functions to handle data returned by the CF.http function. You write these functions to handle simple text data.

For more information, see Using the CF.http function.


Contents > Developing ColdFusion MX Applications > Using Server-Side ActionScript > Using server-side ActionScript functions > Using the function results in ActionScript Using results returned by the CF.http function PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.