Question
multiple shared objects
lets say i have two remote shared objects on the page
SO = SharedObject.getRemote("data0", client_nc.uri, false);
SO = SharedObject.getRemote("data1", client_nc.uri, false);
I want to use seperate objects because i need seperate RSOs to hold data for performance reasons.
How do i tell objects or varibles within the script which RSO to use?
SO = SharedObject.getRemote("data0", client_nc.uri, false);
SO = SharedObject.getRemote("data1", client_nc.uri, false);
I want to use seperate objects because i need seperate RSOs to hold data for performance reasons.
How do i tell objects or varibles within the script which RSO to use?
