|
The trimmer control is used to edit start and end times of audio and video media clips,
represented by two percentage values.
It's essentially a slider control with both a left and right icon, which cannot be
moved over each other. Therefore the first percentage value will always be lower than the
second.
Using the default values for all attributes will
produce a trimmer with two instances of the icon graphic positioned over the background graphic.
The control will be bound to the timeline.selection.trim property, which will be defined
if the selection contains items that support this property (video and media clips).
Attributes align: the string 'top', 'left' or 'center'
angle: floating point number (degrees)
back: valid graphic URL
bind: an object ID, period and property name
border: positive integer (pixels)
bordercolor: six character hex color value
color: six character hex color value
disicon: valid URL to a graphic
grad: floating point number less than 128
height: integer (pixels) or '*', '**'... (proportional)
icon: valid URL to a graphic
overicon: valid URL to a graphic
symbol: a valid SWF URL, followed by an ampersand and class name
trimicon: valid URL to a graphic
trimovericon: valid URL to a graphic
width: integer (pixels) or '*', '**'... (proportional)
|