The following list of attributes applies exclusively to the <EMBED> tag:
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.
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 installed. Should be "http://www.macromedia.com/go/getflashplayer".
The location of the movie (.swf file) as a relative or absolute URL, such as "mymovie.swf". Should match the MOVIE attribute used for the <OBJECT> tag.
When true, the browser loads Java when loading the Flash Player for the first time. Defaults to false (browser doesn't load Java if it isn't already running). For movies that are controlled by JavaScript or that use fscommand( ), you must set SWLIVECONNECT to true.
The MIME content type for Flash. Required by Netscape if the web server does not specify the MIME type for .swf files. If your HTML page loads the Flash Player in IE for Windows but not in other browsers, be sure you've set the TYPE properly. Must be "application/x-shockwave-flash".
See Table H-1 and Section H.3 for more information.