
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
Runtime Access Affecting HTML Attributes
|
1017
SALIGN
Dictates the positioning of the movie, relative to the space available to the Flash
Player. For possible values and usage, see Table R-20 under
Stage.align in the
Language Reference.
SCALE
Controls scaling. Values are:
"EXACTFIT", "NOBORDER", "NOSCALE",or"SHOWALL".
For usage, see
Stage.scaleMode in the Language Reference.
WIDTH
Width of the movie, either in pixels or as a percentage of the HTML page width
in the browser.
WMODE
Allows Flash movies to be windowless for more seamless integration with non-
Flash elements using HTML layers. Supported values are: "
WINDOW" (the default),
"
OPAQUE", or "TRANSPARENT". Flash Player 6.0.61.0 adds support for the WMODE
attribute under Mac OS X and Netscape for Windows. Prior versions supported
WMODE only when using Internet Explorer for Windows. For details, see the
release notes for Flash Player 6.0.61.0 or Help
➝ Using Flash.
Runtime Access Affecting HTML Attributes
Table H-2 lists the HTML attributes that relate to, or can be affected by, Action-
Script at runtime
Table H-2. The <EMBED> and <OBJECT> tag runtime-related attributes
Runtime access <OBJECT> attribute <EMBED> attribute
To load additional movies into the
Player, use loadMovie().
<PARAM NAME="MOVIE"
VALUE="
url">
SRC="
url"
Use _root.
_url to determine ...