Left
The X coordinate of the left-top of the video.
A constant or variable of type double or int.
Top
The Y coordinate of the left-top of the video.
A constant or variable of type double or int.
Size
The horizontal size of the video. (The vretical size is computed automatically so that
to keep the normal aspect ratio.
A constant or variable of type double or int.
Rotate
The (counter-clockwise) rotation angle to apply to the element.
A constant or variable of type double
for an angle in radians, or a constant or variable of type int
for an angle in degrees.
Visible
The visibility of the element.
A boolean variable or one of the constants true or
false.
Video
The video file to play.
A constant or variable of type String containing the path to
a video file.
The path can be relative to the working directory or an Internet URL.
Frame
The current frame to display.
A constant or variable of type int.