The <EMBED> tag
PLUS
The SRC attribute
The HIDDEN attribute
The name of the sound file isallegro.mid
The HIDDEN attribute value istrue
PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:
<EMBED SRC="allegro.mid" HIDDEN="true"> (the quotation marks need to be there)
SRC is the only required attribute.The sound console is hidden.The user has no control over the sound.
Sound Steps