Hi,

 

Does anybody tried SharedObjects on serverside?

 

onAppStart

 

super.createSharedObject(scope,"mySO", false);

            so = super.getSharedObject(scope,"mySO");

 

Then onAppJoin

 

            so.sendMessage(„messageFromServerToClient“,listOfArguments);

 

 

and it doesn’t work … it throws an error.

 

How can we send messages through sharedObject from server to client?

 

Thanks

 

Tom

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

Reply via email to