![]() ![]() | |
Flash Player 6.
active_cam.height
Read-only property; the current capture height, in pixels. To set a value for this property, use Camera.setMode().
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 Camera.setMode().
Camera.setMode(), Camera.width
![]() ![]() | |