User Guide
capabilities (System.capabilities) 407
Properties inherited from class Object
Method summary
Methods inherited from class Object
avHardwareDisable (capabilities.avHardwareDisable
property)
public static avHardwareDisable : Boolean [read-only]
A Boolean value that specifies whether access to the user's camera and microphone has been
administratively prohibited (
true) or allowed (false). The server string is AVD.
Availability: ActionScript 1.0; Flash Player 7
Example
The following example traces the value of this read-only property:
trace(System.capabilities.avHardwareDisable);
See also
get (Camera.get method), get (Microphone.get method), showSettings
(System.showSettings method)
hasAccessibility (capabilities.hasAccessibility
property)
public static hasAccessibility : Boolean [read-only]
A Boolean value that is true if the player is running in an environment that supports
communication between Flash Player and accessibility aids;
false otherwise. The server
string is
ACC.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
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)