The following table describes data types of the ActiveSWF XML elements' attributes.
| Data Type | Description |
align |
Represents object justification. This data type can take four values: left, right, center, justify. |
coordinate |
Represents coordinate space units in a flash movie. Coordinates are numeric values with an optional modifier to specify a unit format. If you specify a number without a modifier, it will be considered by default to be in pixels. Avalable modifiers: px - pixels Example: width="120", width="120px", width="2400tw" These are three different ways to specify 120 pixels width. Remarks: There must be no spaces between a numeral and an identifier. |
transform |
Represent a string which defines shape transformation script.
The following script commands are allowed: All coordinate attributes in transform script may be float numbers, which represent number of pixels. When these pixel coordinates are translated to Flash player coordinates in twips parcer round them to 1/20 of pixel (1 twips). |
event |
Represents events which occur when a user interacts with a button. |
color |
Represents hexadecimal numbers, which either set color in format #RRGGBB, or specify color name from the color table. If a color is specified incorrectly, it will be set by default to black. |
id |
Represents a sequence of latin characters, special character '_', and figures in any order. |
string |
|
boolean |
|
float |
|
integer |
Represents unsigned integer values that can be only positive and have no fractional part (that is, whole positive numbers only). |