The
method used in this example requires Flash Player
MovieClip.getNextHighestDepth()
7 or later. If your SWF file includes a version 2 component, use the version 2 components
DepthManager class instead of the
method.
MovieClip.getNextHighestDepth()
_visible (Video._visible property)
public _visible : Boolean
Indicates whether the Video object specified by
is visible.
my_video
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
property of the Camera object that is capturing the video stream.
Camera.width
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
1282
ActionScript classes
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?
Questions and answers