The <EMBED> tag
PLUS
The SRC attribute
The LOOP attribute
The name of the sound file isallegro.mid
The LOOP attribute value is0
PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:
<EMBED SRC="allegro.mid" LOOP="0"> (the quotation marks need to be there)
SRC is the only required attribute.LOOP="0" makes no difference with the <EMBED> tag.The sound only plays once to begin with.
Sound Steps