The <EMBED> tag
PLUS
The SRC attribute
The LOOP attribute
The name of the sound file isallegro.mid
The LOOP 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.LOOP="false" makes no difference with the <EMBED> tag.The sound doesn't loop to begin with.
Sound Steps