Attribute: bind Required: no Default: specific to control class Example: player.volume Range: an object ID, period and property name
Specifies the object property that this control is bound to. User actions on the control will typically change the
object's property - how depends on the control and the object. If the control does not produce a value on its own, one
can be set by including a value attribute.
Attributes align: the string 'top', 'left' or 'center'
angle: floating point number (degrees)
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
disable: an object ID, period and property name followed by a condition and value
grad: floating point number less than 128
hide: an object ID, period and property name followed by a condition and value
height: integer (pixels) or '*', '**'... (proportional)
icon: valid URL to a graphic
overicon: valid URL to a graphic
select: an object ID, period and property name followed by a condition and value
symbol: a valid SWF URL, followed by an ampersand and class name
width: integer (pixels) or '*', '**'... (proportional)
|