Elements of the Syntax:
<embed src="filename.dcr" width="x" height="y"
textfocus="focus">
Required. Same as image syntax, you can use relative
pathnames and standard filenames
Required. Measured in pixels. You must have
these elements, or the plug-in will crash on you.
Optional. Tells the Shockwave Plug-In when to start
responding to input from the keyboard. Default is
onMouse
.
onMouse
: After the user clicks the mouse
onStart
: After the movie starts
never
: Ignores all keyboard input
Back...