public static hasSharedObjects : Boolean [read-only]
Returns true if the Flash Lite content playing back in an application can access the Flash Lite version of shared objects.
Otherwise, this property returns false.
The following example traces the value of this read-only property:
trace(System.capabilities.hasSharedObjects);