Multiple Shared objects

I am wanting to write shared objects for multiple users on a single machine and have the SO named or loaded based on what a user logs in as.

any ideas?

http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/tutorials/flashmx/SharedObjects.php

basically, you would store an individual object for every user in a single shared object… that second bit of that tutorial shows how you’d do that :slight_smile: