SharedObject Messages

Below is a comparison of the  SharedObject information objects (supported by the Flashplayer 6 and up) sent by RTMPy vs.  Flash Media Server.

Also see NetConnectionMessages and NetStreamMessages.

SharedObject information objects

- couldn't reproduce or didn't test this yet
- tested and working
- doesn't work as expected
- doesn't work at all

The following messages notify the Flash Player when certain SharedObject activities occur:

Code property Level property Meaning FMS RTMPy Comments
SharedObject.BadPersistence Error The persistence parameter passed to SharedObject.getRemote() is different from the one used when the shared object was created.
SharedObject.UriMismatch Error The URI parameter passed to SharedObject.connect() is different from the one passed to SharedObject.getRemote() when the shared object was created. Generated on the client only
SharedObject.NoReadAccess Error Read access to a shared object was denied.
SharedObject.NoWriteAccess Error Write access to a shared object was denied.
SharedObject.ObjectCreationFailed Error Creation of a shared object was denied.