I am in the process of teaching myself how to create applications using Red5. I am having trouble making server side shared objects.
Right now I am trying to make a simple application that an objects is created by the server every time a user connects. I want each client to be able to see the other objects that are connected.
Does anyone know where I find a good example of a Server Side Shared Object?