The <EMBED> tag
PLUS
The SRC attribute
The CONTROLS attribute
The name of the sound file isallegro.mid
The CONTROLS attribute value issmallconsole
PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:
<EMBED SRC="allegro.mid" CONTROLS="smallconsole"> (the quotation marks need to be there)
SRC is the only required attribute.No real difference.A control panel is already displayed.A smaller console is displayed in Netscape.
Sound Steps