MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 318

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Camera.height
Availability
Flash Player 6.
Usage
active_cam.height
Description
Read-only property; the current capture height, in pixels. To set a value for this property, use
Camera.setMode()
Example
The following line of code updates a text box in the user interface with the current height value.
my_txt._height = myCam.height;
See also the example for
See also
Camera.setMode()
Camera.index
Availability
Flash Player 6.
Usage
active_cam.index
Description
Read-only property; a zero-based integer that specifies the index of the camera, as reflected in the
array returned by
Example
The following example gets the camera that has the value of
my_cam = Camera.get(index);
See also
,
Camera.get()
318
Chapter 12: ActionScript Dictionary
.
Camera.setMode()
,
Camera.width
.
Camera.names
Camera.names
.
index
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents