![]() ![]() ![]() |
||
|
Before you can use functions defined in your server-side ActionScript files, you must connect the Macromedia Flash MX movie to the server-side Flash Remoting service.
NetServices
class:
#include "NetServices.as"
NetDebug
class:
#include "NetDebug.as"
For more information about the NetDebug
and RecordSet
classes, see Using Flash Remoting MX.
NetServices.setDefaultGatewayUrl
function. For example:
NetServices.setDefaultGatewayURL("http://localhost:8500/flashservices")
You must specify a server hostname. The default port number for the Flash Remoting service is 8500.
NetServices.createGatewayConnection
function; for example:
gatewayConnection = NetServices.createGatewayConnection();
|
||
![]() ![]() ![]() |