ball_so = SharedObject.getRemote("player", client_nc.uri, false);

With this code how can I use a variable for player or is there another way
to make a unique remote shared object for each player?

Greetz Toad