I use flashcom and director to develope an application. on the server
side I have
application.onConnect = function(clientObject, username){
application.acceptConnection(clientObject);
clientObject.sayHelloServer = function(){
trace("the client say hi");
return ("flashcom server rocks.");
};
}
on the client side I have
nc.call("sayHelloServer", #serverret)
I want linge to go to "serverret" function and print out the returned
value from the server. Can anyone tell me the correct way to do this?
Thanks
Mary
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]