EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Audiomimetypes (Capabilities.audiomimetypes Property); Avhardwaredisable (Capabilities.avhardwaredisable Property)

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE
780 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
304 ActionScript classes
Method summary
Methods inherited from class Object
audioMIMETypes (capabilities.audioMIMETypes
property)
public static audioMIMETypes : Array [read-only]
Returns an array of MIME types for audio codecs supported by a mobile device.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.audioMIMETypes);
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.
Note: For Flash Lite 2.0, the value returned is always
true.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.avHardwareDisable);
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)

Table of Contents

Related product manuals