_x (Video._x property)

public _x : Number

Indicates the x coordinate of a Video object relative to the local coordinates of the parent movie clip. If a Video object is in the main Timeline, then its coordinate system refers to the upper left corner of the Stage as (0, 0). If the Video object is inside a movie clip that has transformations, the Video object is in the local coordinate system of the enclosing movie clip. Thus, for a movie clip rotated 90˚ counterclockwise, the movie clip's children inherit a coordinate system that is rotated 90˚ counterclockwise. The Video object's coordinates refer to the registration point position.

Availability: ActionScript 1.0; Flash Player 8

See also

_xscale (Video._xscale property), _y (Video._y property), _yscale (Video._yscale property)


Flash CS3