Interalab schrieb:
I suppose that if you attempt to create an SO, it will just connect to it if it exists. So, I could just attempt to create it on every appConnect. Do you think there's a problem with that? Will creating it destroy any data already contained in it?

yes, creating a SO means creating a new one. But you can use
so = getSharedObject(scope, name, persistent) in your appConnect
instead. This method returns the shared object with the given name
or creates a new one if it doesn't exist.

Joachim

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to