Gregor, how did you get a reference to your "scope" object? Did you use 
something like this:

        IConnection current = Red5.getConnectionLocal();
        IScope myScope = current.getScope();
        ISharedObject mySO = getSharedObject(myScope, "roomSharedObj");

the above code worked for me (I'm using room-level scopes in my application).

Gregor Rot <[EMAIL PROTECTED]> wrote: I am happy working with a shared object, 
created in appStart with:

createSharedObject(scope, "myobject", false);

But when i try to access this object in appLeave with:

ISharedObject obj1 = getSharedObject(scope, "myobject");

i get null ;-(

any idea?

tnx,
Greg


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


 
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to