Attribute: hide Required: no Default: specific to control class Example: player.play=1 Range: an object ID, period and property name followed by a condition and value
Specifies the condition that must be met for this control to be hidden from the interface. A control bar will be hidden
if all the controls in it are hidden, as will a panel if all the bars within it are hidden.
Possible conditions include '=', '!=' and for numerical values, '<' and '>'. Some objects support values of 'undefined' for properties.
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
font: valid font id
forecolor: six character hex color value
grad: floating point number less than 128
hide: an object ID, period and property name followed by a condition and value
icon: valid URL to a graphic
height: integer (pixels) or '*', '**'... (proportional)
multiline: boolean
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
textalign: the string 'left', 'right' or 'center'
textsize: positive integer (pixels)
width: integer (pixels) or '*', '**'... (proportional)
|