MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 328

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

Advertisement

Camera.width
Availability
Flash Player 6.
Usage
active_cam.width
Description
Read-only property; the current capture width, in pixels. To set a desired value for this property,
use
Camera.setMode()
Example
The following line of code updates a text box in the user interface with the current width value.
myTextField.text=myCam.width;
See also the example for
See also
Camera.height
case
Availability
Flash Player 4.
Usage
case expression: statements
Parameters
Any expression.
expression
Any statements.
statements
Returns
Nothing.
Description
Statement; defines a condition for the
parameter execute if the
parameter of the
expression
If you use the
case
doesn't compile.
See also
,
break
default
328
Chapter 12: ActionScript Dictionary
.
Camera.setMode()
parameter that follows the
expression
switch
action outside of a
,
=== (strict equality)
.
action. The statements in the
switch
action using strict equality (
statement, it produces an error and the script
switch
,
switch
statements
keyword equals the
case
)
===

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