User Guide
508 Chapter 6: Components Dictionary
MediaPlayback parameters
horizontal
(
Media.horizontal)
Boolean
true
Determines whether the controller portion of
the instance is vertically or horizontally
oriented. A
true value indicates that the
component will have a horizontal orientation.
enabled Boolean
true
Determines whether this control can be
modified by the user. A
true value indicates
that the control can be modified.
visible Boolean
true
Determines whether this control is viewable
by the user. A
true value indicates that the
control is viewable.
minHeight Integer 0 Minimum height allowable for this instance,
in pixels.
minWidth Integer 0 Minimum width allowable for this instance,
in pixels.
Name Type Default value Description
Control Placement
(
Media.controlPlacement)
top,
bottom,
left,
right
bottom
Position of the controller. The value is related
to orientation.
Control Visibility
(
Media.controllerPolicy)
Boolean
true Determines whether the controller opens or
closes according to mouse position.
Automatically Play
(
Media.autoPlay)
Boolean Selected Determines if the media plays as soon as it
has loaded.
Use Preferred Media Size
(
Media.autoSize)
Boolean Selected Determines whether the MediaController
instance sizes to fit the media or uses
other settings.
FPS Integer 30 Number of frames per second. When the
Milliseconds option is selected, this control
is disabled.
Cue Points
(
Media.cuePoints)
Array Undefined An array of cue point objects, each with a
name and position in time in a valid
HH:MM:SS:mmm (Milliseconds option
selected) or HH:MM:SS:FF format.
FLV or MP3
(
Media.mediaType)
FLV or
MP3
FLV
Designates the type of media to be played.
Milliseconds Boolean Unselected Determines whether the playbar uses frames
or milliseconds, and whether the cue points
use seconds or frames. When this option is
selected, the FPS control is disabled.
Name Type Default value Description