The <EMBED> tag
PLUS
The SRC attribute
The LOOP attribute
The name of the sound file isallegro.mid
The LOOP attribute value istrue
PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:
<EMBED SRC="allegro.mid" LOOP="true"> (the quotation marks need to be there)
SRC is the only required attribute.The sound plays continuously.
Sound Steps