Server-Side Communication ActionScript > SharedObject.name |
![]() ![]() ![]() |
SharedObject.name
Availability
Flash Communication Server MX.
Usage
SharedObject.name
Description
Property (read-only); the name of a shared object.
Example
This example outputs foo
to the NetConnection Debugger:
mySO = SharedObject.get("foo"); trace(mySO.name);
![]() ![]() ![]() |