Michael von Aichberger <[EMAIL PROTECTED]> wrote: > I'm ... using a peer-to-peer connection with the MUI-Xtra. > ...everything works fine, except using "@AllUsers"
Hi Michael, @AllUsers doesn't exist when you have a peer-to-peer connection. Indeed, no group activity is possible; this needs to be handled by the Multiuser server. In a peer-to-peer connection, you can use getPeerConnectionList() to get the list of names of all currently connected users, then send a message using the resulting list for the recipient. Remember to make the host movie connect to itself, or it will not receive any messages sent this way. Cheers, James [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!]
