This may not be my best experiment but I made a class that can easily handle Shared Objects with simple methods.
trpSharedObj.getObject(name_of_object); // A STRING FOR NAME
trpSharedObj.removeObjects(names_of_objects); //STRINGS IN ARRAY
trpSharedObj.removeAllObjects();
trpSharedObj.setObjects(names_of_objects,values_for_names); //BOTH ARE ARRAYS
[FONT=Courier New][/FONT]
Here is the class and the example fla. If it needs improvements or has bugs let me know.