Hi,

Stanislaw Fiedor schrieb:
[...]
> 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);
[...]

instead of creating SOs yourself, you need to use the Red5 API to get
access to SOs from your serverside code.

The methods you should use are "createSharedObject" and "getSharedObject"
from the ApplicationAdapter class:
http://dl.fancycode.com/red5/api/org/red5/server/adapter/ApplicationAdapter.html

Joachim

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to