|
Hi!
I've got a problem with the SO. When I add a
property to the SO on the client side, for example:
myRemote_so.data["client_2"]=new
Array();
...
Then when I call mySO.getAttributeNames() on the
server side I don't get the property added on the client side..
why????
I think that maybe I've created the SO on the
SS in a bad way.. [I'm quite new to Red5..] I do it like that:
mySO = new SharedObject(new HashMap<String,
Object>(), "users", "/default/fitcDemo/room",true);
on the CS I connect to the SO "users"
I think that I could just simply call a CS
function which calls a remote funciton on the SS and adds the property with the
SS function to the SO and so it should work... but I don't know if I need
it to do it like that..
Kind regards
stfurca
|
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
