The <EMBED> tag
PLUS
The SRC attribute
The HIDDEN attribute
The name of the sound file isallegro.mid
The HIDDEN attribute value isfalse
PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:
<EMBED SRC="allegro.mid" LOOP="false"> (the quotation marks need to be there)
SRC is the only required attribute.HIDDEN="false" makes no difference with the <EMBED> tag.With <EMBED> the sound controls are already visible
Sound Steps