Question
Client."commandName" trouble
I seem to be having trouble with what should be simple remote
AS calls. Nothing I've tried has worked and I've followed the
models provided in the Adobe documentation.
My server script consists of this:
application.onConnect (client, other params) {
...
client.FunctionName = function () {
trace ("This should be working");
}
...
}
My client side is this:
ncObject.call("FunctionName",null);
Anyone else had similar problems or see something dumb I'm missing?
My server script consists of this:
application.onConnect (client, other params) {
...
client.FunctionName = function () {
trace ("This should be working");
}
...
}
My client side is this:
ncObject.call("FunctionName",null);
Anyone else had similar problems or see something dumb I'm missing?
