Hey -
The simple connect does basically what it sais. It creates a netConnection, and passes it along to any of the components in the movie.

There is a pdf that either comes with the components, or is available as a seperate document that describes how to use them. This is where I read about the room list component, and all the others.

The roomlist, the reasons I don't like it is that it opens new browser windows, or at least that's what I got from the documentation. I'm on a mac (old one at that) and when I have multiple flash movies running it seems to slow way down.

Anyway - I'm trying to work out some sample code for you, and it is indeed getting a little more difficuly than I had thought!
So far, my thoughts are something like so:

application.rooms_so = new Array();
application.rooms_so[0].name = "lobby";
application.rooms_so[0].users = new Array();


so now you would push each user into the lobby array on connect. You can add users until the lenght of that array gets to be over 10, and then simply add a new room to the array of rooms and move your user to that. I haven't quite figured it all out in code, but that's the idea.

Does that help get you going at all?

Psx
[Edited by psychlonex on 08-28-2002 at 10:44 AM]