Flash 8 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > System | |||
Object
|
+-System
public class System
extends Object
The System class contains properties related to certain operations that take place on the user's computer, such as operations with shared objects, local settings for cameras and microphones, and use of 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.
Availability: ActionScript 1.0; Flash Player 6
capabilities (System.capabilities), security (System.security), IME (System.IME)
|
Modifiers |
Property |
Description |
|---|---|---|
|
|
exactSettings |
A Boolean value that specifies whether to use superdomain ( |
|
|
useCodepage |
A Boolean value that tells Flash Player whether to use Unicode or the traditional code page of the operating system running the player to interpret external text files. |
Properties inherited from class Object
|
Event |
Description |
|---|---|
|
onStatus |
Event handler: provides a super event handler for certain objects. |
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
setClipboard |
Replaces the contents of the Clipboard with a specified text string. |
|
|
showSettings |
Shows the specified Flash Player Settings panel. |
Methods inherited from class Object addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toString, unwatch, valueOf, watch
Version 8
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/8/main/00002724.html