Flash Lite 2.x and 3.0 ActionScript Language Reference

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 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).

See also

capabilities (System.capabilities), security (System.security)

Property summary

Modifiers

Property

Description

static

useCodepage:Boolean

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 summary

Event

Description

onStatus = function(infoObject:Object) {}

Event handler: provides a super event handler for certain objects.

Method summary

Methods inherited from class Object

addProperty (Object.addProperty method), hasOwnProperty (Object.hasOwnProperty method), isPropertyEnumerable (Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf method), registerClass (Object.registerClass method), toString (Object.toString method), unwatch (Object.unwatch method), valueOf (Object.valueOf method), watch (Object.watch method)