Question
NetStream.send()
I'm trying to understand how to use NetStream.send(). I'm not
sure whether it is is used to send function calls from one client
to another or if it is used to send a function call from the server
to all clients. Can anyone tell me how it is supposed to be used
and point me to sample code to illustrate its use?
