Flash Lite 2.x and 3.0 ActionScript Language Reference

hasSharedObjects (capabilities.hasSharedObjects property)

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.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.hasSharedObjects);