Hi, I would like to know whether we can declare a sharedObject dynamically. I mean something like the following:

var history = eval("_root." + userName).data.history;
if (history == undefined || history == null) {
newSharedObj = eval("_root." + newUserName);
newSharedObj = SharedObject.getRemote(shObjName,false);
newSharedObj.connect(_root.client_nc);
}

The basic idea is to create a sharedObject on the fly and connect it.

Hope somebody out there can help me.

Thanks in advance.

Vinod Sharma
[email protected]
[Edited by Vinod Sharma on 09-03-2002 at 09:27 AM]