MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 748

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

Advertisement

Video.width
Availability
Flash Player 6.
Usage
my_video.width
Description
Read-only property; an integer specifying the width of the video stream, in pixels. For live
streams, this value is the same as the
capturing the video stream. For FLV files, this value is the width of the file that was exported as an
FLV file.
You may want to use this property, for example, to ensure that the user is seeing the video at the
same size at which it was captured, regardless of the actual size of the Video object on the Stage.
Example
See the examples for
void
Availability
Flash Player 5.
Usage
void (expression)
Description
Operator; a unary operator that discards the
value. The
void
undefined values.
while
Availability
Flash Player 4.
Usage
while(condition) {
statement(s);
}
Parameters
The expression that is reevaluated each time the
condition
statement(s)
Returns
Nothing.
748
Chapter 12: ActionScript Dictionary
Camera.width
.
Video.height
operator is often used in comparisons using the
The instructions to execute while the condition evaluates to
property of the Camera object that is
value and returns an undefined
expression
==
while
operator to test for
action is executed.
.
true

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