The following parameters and attributes apply to a flash animation inside an HTML document:
Tag |
Value |
|
Example |
Description |
SRC |
File name |
|
src=filename.swf" |
Flash file name |
MOVIE |
File name |
|
movie="filename.swf" |
FLASH file name |
CLASSID |
Identification code |
|
classid="clsid:d27cdb6e- ae6d-11cf-96b8- 444553540000" |
Control identifier for the browser
|
WIDTH |
Pixels or % |
|
width="100" or width="25%" |
Width of the animation area. This value may be expressed as a percentage or in pixels. |
HEIGHT |
Pixels or % |
|
height="100" or height="25%" |
Height of the animation area. This value may be expressed as a percentage or in pixels. |
CODEBASE |
URL |
|
http://active.macromedia.com/ flash4/cabs/swflash.cab #version="4,0,0,0" |
Location of the downloadable Active X control. |
PLUGINSPAGE |
URL |
|
http://www.macromedia.com/ shockwave/download/ |
Location of the downloadable Shockwave module. |
SWLIVECONNECT |
True |
|
srcswliveconnect="true". |
Auto Start Java (true) or not |
PLAY |
True |
|
play="true" <param name="play" value="true"> |
Automatic Start of animation (true),
or not |
LOOP |
True |
|
loop="true" <param name="loop" value="true"> |
Repeat infinitely (true) |
QUALITY |
Low, high, autolow, autohigh, best |
|
quality="high" <param name="quality" value="high"> |
The animation's antialias quality level.
|
BGCOLOR |
RGB |
|
bgcolor="#ff0000" <param name="bgcolor" value="ff0000"> |
Animation's background color. |
SCALE |
Showall, noborder, exactfit |
|
scale="noborder" <param name="scale" value="noborder"> |
Animation's resizing |
ALIGN |
L (left)
R (right) |
|
align="r" <param name="align" value="r"> |
Animation's placement on display. |
SALIGN |
L (left) R (right) |
|
salign="tl" <param name="salign" value="tl"> |
Animation's placement on display. |
BASE |
URL |
|
<param name="base" value="url"> |
Name of directory where the animation |
MENU |
True |
|
menu="true" <param name="menu" value=" true "> |
Type of context menu over the animation. |
WMODE |
Window, opage, transparent |
|
<param name="wmode" value="window"> |
Establishes whether the objects that accompany the Flash animation are visible. |