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 and the clipboard. Additional properties and methods are in specific classes within the System package: the capabilities class (see System.capabilities) and the security class (see System.security).
capabilities (System.capabilities), security (System.security)
|
Modifiers |
Property |
Description |
|---|---|---|
|
static |
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
|
constructor (Object.constructor property), __proto__ (Object.__proto__ property), prototype (Object.prototype property), __resolve (Object.__resolve property) |
|
Event |
Description |
|---|---|
|
Event handler: provides a super event handler for certain objects. |
Methods inherited from class Object