User Guide
Video 1275
Properties inherited from class Object
Method summary
_visible:Boolean Indicates whether the Video object specified by
my_video is visible.
_width:Number Indicates the width of the Video object, in pixels.
width:Number [read-
only]
An integer specifying the width of the video stream, in
pixels.
_x:Number Indicates the x coordinate of a Video object relative to
the local coordinates of the parent movie clip.
_xmouse:Number [read-
only]
Indicates the x coordinate of the mouse position.
_xscale:Number Indicates the horizontal scale (percentage) of the
Video object as applied from the registration point of
the Video object.
_y:Number Indicates the y coordinate of a Video object relative to
the local coordinates of the parent movie clip.
_ymouse:Number [read-
only]
Indicates the y coordinate of the mouse position.
_yscale:Number Indicates the vertical scale (percentage) of the Video
object as applied from the registration point of the
Video object.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Modifiers Signature Description
attachVideo(source:O
bject) : Void
Specifies a video stream (source) to be displayed
within the boundaries of the Video object on the
Stage.
clear() : Void Clears the image currently displayed in the Video
object.
Modifiers Property Description