MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 1274

Actionscript 2.0 language reference
Table of Contents

Advertisement

A Video object can be used like a movie clip. As with other objects you place on the Stage, you
can control various properties of Video objects. For example, you can move the Video object
around on the Stage by using its
and
_height
_width
To display the video stream, first place a Video object on the Stage. Then use
Video.attachVideo()
If the Library panel isn't visible, select Window > Library to display it.
Add an embedded Video object to the library by clicking the Options menu on the right
side of the Library panel title bar and selecting New Video.
Drag the Video object to the Stage and use the Property inspector to give it a unique
instance name, such as
Availability: ActionScript 1.0; Flash Player 6 - The ability to play Flash Video (FLV) files was
added in Flash Player 7. The ability to use the On2 VP6 codec and to use an alpha channel
was added in Flash Player 8.
See also
,
NetConnection
NetStream
Property summary
Modifiers
Property
_alpha:Number
deblocking:Number
_height:Number
height:Number
only]
_name:String
_parent:MovieClip
_rotation:Number
smoothing:Boolean
1274
ActionScript classes
and
_x
_y
properties, and so on.
to attach the video stream to the Video object.
. (Do not name it Video.)
my_video
Description
Indicates the alpha transparency value of the Video
object specified.
Indicates the type of deblocking filter applied to
decoded video as part of postprocessing.
Indicates the height of the Video object, in pixels.
[read-
An integer specifying the height of the video stream,
in pixels.
Indicates the instance name of the Video object
specified.
Indicates the movie clip or object that contains the
current Video object.
Indicates the rotation of the Video object, in degrees,
from its original orientation.
Specifies whether the video should be smoothed
(interpolated) when it is scaled.
properties, you can change its size using its

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents