Showsettings (System.showsettings Method) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

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
(Ensure that your Stage size is at least 215 x 138 pixels )
Availability: ActionScript 1.0; Flash Player 6
Parameters
[optional] - A number; a number that specifies which Flash Player Settings
tabID:Number
panel to display, as shown in the following table:
Value passed for
None (parameter is omitted) or
an unsupported value
0
1
2
3
Example
The following example shows how to display the Flash Player Settings Local Storage panel:
System.showSettings(1);
See also
get (Camera.get method)
(SharedObject.getLocal method)
1160
ActionScript classes
Settings panel displayed
panel
The panel that was open the last time the user
closed the Player Settings panel.
Privacy
Local Storage
Microphone
Camera
,
get (Microphone.get method)
System.showSettings(0)
,
getLocal
command.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF