Client-Side Communication ActionScript > Camera.height |
Camera.height
Availability
Flash Player 6. |
|
Flash Communication Server MX (not required). |
Usage
activeCamera.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.
_root.txt_height = myCam.height;
See also the example for Camera.setMode.
See also