Specifications
CHAPTER 16
330
style
String Specifies style information for the SWF file.
The syntax of the value of the style property is determined by the default style sheet language.
In CSS, property declarations have the form "name:value" and are separated by a semicolon.
Styles set with this property do not affect components or the Application container in the Flex
application. Rather, they apply to the SWF file as it appears on the HTML page.
supportembed
Boolean Determines whether the Netscape-specific <embed> tag is supported. The supportembed prop-
erty is optional, and the default value is typically true.
Set to false to prevent the <embed> tag from being read by the browser.
tabindex
int Specifies the position of the SWF file in the tabbing order for the current document. This value must
be a number between 0 and 32767. User agents should ignore leading zeros.
title
String Displays information about the SWF file.
Values of the title property can be rendered by browsers or other user agents in different ways.
For example, some browsers display the title as a ToolTip. Audio user agents might speak the title
information in a similar context.
type
String Specifies the content type for the data specified by the data property.
The type property is optional but recommended when data is specified; it prevents the browser
from loading unsupported content types.
If the value of this property differs from the HTTP Content-Type returned by the server, the HTTP
Content-Type takes precedence.
usemap
String Associates an image map with the SWF file. The image map is defined by a map element. The value
of
usemap must match the value of the name attribute of the associated map element.
vspace
int Specifies the amount of white space inserted above and below the SWF file. The default value is
typically not specified, but is generally a small, nonzero length.
Property Type Description










