Example Number 6.1
Example Name: Proxy.asr
Language: ServerSide ActionScript
Version: 1.0.0
Code:
// ActionScript Remote Document
function proxy(location) {
var theFile = CF.http(location);
return theFile.get("filecontent");
}
Download code text
Download chapter example files