Flash Lite 2.x and 3 Help

System class

The System class contains properties that are related to certain operations on the user's computer, such as operations with shared objects, local settings for cameras and microphones, and using the Clipboard. The following additional properties and methods are in specific classes within the System package: the capabilities class, the security class, and the IME class.

For more information about the System class, see the following references:

  • Developing Flash Lite 2.x and 3.0 Applications
  • Flash Lite 2.x and 3.0 ActionScript Language Reference
  • Chapter 7, "Classes," in Learning ActionScript 2.0 in Flash

Method summary

The following table lists the methods that are not supported by the System class when using ActionScript for Flash Lite 2.x and later.

Method

Description

Support

setClipboard()

Replaces the contents of the clipboard with a specified text string.

Not supported

showSettings()

Shows the specified Flash Player Settings panel.

Not supported

Property summary

The following table lists the properties that are not supported by the System class for use with ActionScript for Flash Lite 2.x and later.

Property

Description

Support

exactSettings

Specifies whether to use superdomain or exact-domain matching rules when accessing local settings.

Not supported

Event summary

The following table lists the event handlers that are partially supported by the System class for use with ActionScript for Flash Lite 2.x and later.

Event handler

Description

Support

onStatus

Provides a super event handler for certain objects. The SharedObject property is supported. The LocalConnection and NetStream properties are not supported.

Partially supported

 

Send me an e-mail when comments are added to this page | Comment Report