Attribute: font Required: no Default: the string 'default' Range: valid font id
Defines the ID of the typeface used to draw text. The special value of 'default' specifies the first font encountered
in the configuration, if no font actually has this id.
A font must be defined using the option
tag for it to be referenced elsewhere. Its id attribute must match the font attribute
in the reference. The font does not have to be installed
on the end user's machine, but does have to be imported into Movie Masher.
Learn more in Custom Fonts.
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
config: url to a configuration file with a moviemasher tag
disicon: valid URL to a graphic
disable: an object ID, period and property name followed by a condition and value
download: valid CGI or file URL
downloadname: valid file name, with extension
font: valid font id
forecolor: six character hex color value
get: valid URL
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
pattern: a valid string with curly braced property names
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
text: any string
textalign: the string 'left', 'right' or 'center'
textsize: positive integer (pixels)
upload: valid CGI URL
uploadname: valid POST parameter name
width: integer (pixels) or '*', '**'... (proportional)
|