
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
Attributes of the <EMBED> Tag
|
1015
is not installed or if its version is older than the version specified by
#version=w,x,y,z.If#version is omitted, the browser does not attempt to
upgrade any existing ActiveX Player on the user’s system, but it will attempt to
download the latest Player if no Player is found.
ID
An identification string that can be used by scripts to manipulate the Flash
movie. Should match the
NAME attribute used for the <EMBED> tag. See fscommand()
in the Language Reference and http://www.moock.org/webdesign/flash/fscommand.
MOVIE
The location of the movie (.swf file) as a relative or absolute URL, such as
“
mymovie.swf”. Should match the SRC attribute used for the <EMBED> tag.
See Table H-1 and “Common Attributes of the <OBJECT> and <EMBED> Tags”
later in this appendix for more information.
Attributes of the <EMBED> Tag
The following list of attributes applies exclusively to the <EMBED> tag:
NAME
An identification string that can be used by scripts to manipulate the Flash
movie. Should match the
ID attribute used for the <OBJECT> tag. See fscommand()
in the Language Reference and http://www.moock.org/webdesign/flash/
fscommand.
PLUGINSPAGE
Location of the Flash plugin on Macromedia’s web site, used by Netscape to
prompt the user to download the plugin if it is not already ...