Understanding remote shared objects
Hi Fellow users, I am using a remote shared object in my Flash Media Server project for the first time. My purpose of using a rso is to update data in real-time accross multiple clients.
Ok, I like to store a list of users who are connected to my application. And when a client disconnects I want the object updated to all other clients connected and the online status list is revised.
I dont know what the best approach is for this...
Is it possible to use the onSync event? And put the clients in an array and when their properties are changed the server is dispatched and updated. Or, would you recommend other alternatives?
Interested to hear your thoughts and opinions guys.
Thanks
