Multiple shared objects
There is an example app for FMS where people can move a ball which they share
http://www.adobe.com/devnet/flashmediaserver/sample_apps.html
I'd like to have this app extended so that:
- each user has his own ball
- The balls can be customized (e.g. color etc)
I'd like to know what the best way is to create such an app. Would each user have his own shared object? Or would there be only one shared object with an array?
Any help is appreciated how I should tackle this problem.
thanks
