Flash Media Server |
|||
| Client-Side ActionScript Language Reference for Flash Media Server 2 > Client-Side ActionScript Language Reference > NetConnection class > NetConnection.call() | |||
call(remoteMethod,resultObject| null [,p1,...,pN])
Nothing.
Method; invokes a command or method on the server. You must create a server-side function to define this method.
The following function checks for a message, sends it, then clears the local string.
function mySend(){
if (length(msg) > 0) {
my_nc.call("message", null, msg);
}
msg = "";
}
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/fms/2/docs/00000571.html
Comments
No screen name said on Dec 12, 2005 at 6:17 AM : masteryoda said on Aug 16, 2006 at 5:36 PM : normanhua said on Dec 3, 2006 at 12:27 PM :