The <EMBED> tag
PLUS
The SRC attribute
The HEIGHT attribute
The WIDTH attribute
The CONTROLS attribute
The AUTOSTART attribute
The HIDDEN attribute
The name of the sound file isallegro.mid
The HEIGHT attribute value is60
The WIDTH attribute value is144
The CONTROLS attribute value isconsole
The AUTOSTART attribute value isfalse
The HIDDEN attribute value isfalse
PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:
<EMBED SRC="allegro.mid" HEIGHT="60" WIDTH="144" CONTROLS="console" AUTOSTART="false" HIDDEN="false"> (the quotation marks need to be there)
SRC is the only required attribute.Experiment! Have fun!.
Sound Steps