ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > 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
The following example traces the value of this read-only property:
trace(System.capabilities.avHardwareDisable);
get (Camera.get method), get (Microphone.get method), showSettings (System.showSettings method)
|
|
|
|