| Daniel Pedro 2005-09-27, 8:45 pm |
|
Ok I am at a point now where I am not sure what I am doing wrong... I have a lobby calling a room by way of call("functionName",null,param1,param2);
the problem is that everytime I get the same message "function (functionName) not found."
I have tried nc.functionName=function(){}
client.prototype.functionName=function(){}
application.functionName=function(){}
function functionName(){}
I know my connection is good because I am reading from a proxied shared object.... so is there some secret to RMI on the serverside between connected instances? pulling my hair out...still a newbie..
thanks all in advanced
Dan
________________________________________
_______
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|