The <EMBED> tag
PLUS
The SRC attribute
The AUTOSTART attribute
The name of the sound file isallegro.mid
The AUTOSTART attribute value istrue
PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:
<EMBED SRC="allegro.mid" AUTOSTART="true"> (the quotation marks need to be there)
SRC is the only required attribute.Notice the result is the same as if SRC was the only attribute.The sound console gives the user control over the sound.The sound file will play one time through and then stop.
Sound Steps