User Guide

382 ActionScript classes
Properties inherited from class Object
Event summary
motionLevel:Number
[read-only]
A numeric value that specifies the amount of motion
required to invoke Camera.onActivity(true).
motionTimeOut:Number
[read-only]
The number of milliseconds between the time the
camera stops detecting motion and the time
Camera.onActivity (false) is invoked.
muted:Boolean [read-
only]
A Boolean value that specifies whether the user has
denied access to the camera (true) or allowed access
(false) in the Flash Player Privacy Settings panel.
name:String [read-
only]
A string that specifies the name of the current camera,
as returned by the camera hardware.
static names:Array [read-
only]
Retrieves an array of strings reflecting the names of all
available cameras without displaying the Flash Player
Privacy Settings panel.
quality:Number [read-
only]
An integer specifying the required level of picture
quality, as determined by the amount of compression
being applied to each video frame.
width:Number [read-
only]
The current capture width, in pixels.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onActivity =
function(active:
Boolean) {}
Invoked when the camera starts or stops detecting motion.
onStatus =
function(infoObj
ect:Object) {}
Invoked when the user allows or denies access to the camera.
Modifiers Property Description