1160
ActionScript classes
showSettings (System.showSettings method)
public static showSettings([tabID:Number]) : Void
Shows the specified Flash Player Settings panel. The panel lets users do any of the following
actions:
■
Allow or deny access to the camera and microphone
■
Specify the local disk space available for shared objects
■
Select a default camera and microphone
■
Specify microphone gain and echo suppression settings
For example, if your application requires the use of a camera, you can tell the user to select
Allow in the Privacy Settings panel and then issue a
System.showSettings(0)
command.
(Ensure that your Stage size is at least 215 x 138 pixels )
Availability:
ActionScript 1.0; Flash Player 6
Parameters
tabID
:Number
[optional] - A number; a number that specifies which Flash Player Settings
panel to display, as shown in the following table:
Example
The following example shows how to display the Flash Player Settings Local Storage panel:
System.showSettings(1);
See also
get (Camera.get method)
,
get (Microphone.get method)
,
getLocal
(SharedObject.getLocal method)
Value passed for
panel
Settings panel displayed
None (parameter is omitted) or
an unsupported value
The panel that was open the last time the user
closed the Player Settings panel.
0
Privacy
1
Local Storage
2
Microphone
3
Camera
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...