320
Chapter 12: ActionScript Dictionary
Camera.muted
Availability
Flash Player 6.
Usage
active_cam
.muted
Description
Read-only property; a Boolean value that specifies whether the user has denied access to the
camera (
true
) or allowed access (
false
) in the Flash Player Privacy Settings panel. When this
value changes,
Camera.onStatus
is invoked. For more information, see
Camera.get()
.
See also
Camera.get()
,
Camera.onStatus
Camera.name
Availability
Flash Player 6.
Usage
active_cam
.name
Description
Read-only property; a string that specifies the name of the current camera, as returned by the
camera hardware.
Example
The following example displays the name of the default camera in the Output panel. In
Windows, this name is the same as the device name listed in the Scanners and Cameras
properties sheet.
my_cam = Camera.get();
trace("The camera name is: " + my_cam.name);
See also
Camera.get()
,
Camera.names
Summary of Contents for FLASH MX 2004 - ACTIONSCRIPT
Page 1: ...ActionScript Reference Guide...
Page 8: ...8 Contents...
Page 12: ......
Page 24: ...24 Chapter 1 What s New in Flash MX 2004 ActionScript...
Page 54: ...54 Chapter 2 ActionScript Basics...
Page 80: ...80 Chapter 3 Writing and Debugging Scripts...
Page 82: ......
Page 110: ...110 Chapter 5 Creating Interaction with ActionScript...
Page 112: ......
Page 120: ...120 Chapter 6 Using the Built In Classes...
Page 176: ......
Page 192: ...192 Chapter 10 Working with External Data...
Page 202: ...202 Chapter 11 Working with External Media...
Page 204: ......
Page 782: ...782 Chapter 12 ActionScript Dictionary...
Page 793: ...Other keys 793 221 222 Key Key code...
Page 794: ...794 Appendix C Keyboard Keys and Key Code Values...
Page 798: ...798 Appendix D Writing Scripts for Earlier Versions of Flash Player...
Page 806: ...806 Appendix E Object Oriented Programming with ActionScript 1...
Page 816: ...816 Index...