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

See also

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

Property summary

Modifiers

Property

Description

static

exactSettings:Boolean

A Boolean value that specifies whether to use superdomain (false) or exact domain (true) matching rules when accessing local settings (such as camera or microphone access permissions) or locally persistent data (shared objects).

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

Modifiers

Signature

Description

static

setClipboard(text:String) : Void

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

static

showSettings([tabID:Number]) : Void

Shows the specified Flash Player Settings panel.

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)



Flash CS3


 

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

Current page: http://livedocs.adobe.com/flash/9.0/main/00002184.html