User Guide

1282 ActionScript classes
The MovieClip.getNextHighestDepth() method used in this example requires Flash Player
7 or later. If your SWF file includes a version 2 component, use the version 2 components
DepthManager class instead of the
MovieClip.getNextHighestDepth() method.
_visible (Video._visible property)
public _visible : Boolean
Indicates whether the Video object specified by my_video is visible.
Availability: ActionScript 1.0; Flash Player 8
_width (Video._width property)
public _width : Number
Indicates the width of the Video object, in pixels.
Availability: ActionScript 1.0; Flash Player 8 - as a read-only property.
See also
_height (Video._height property)
width (Video.width property)
public width : Number [read-only]
An integer specifying the width of the video stream, in pixels. For live streams, this value is the
same as the
Camera.width property of the Camera object that is 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.
Availability: ActionScript 1.0; Flash Player 6
Example
See the examples for
Video.height.