EXAMPLE 6

This web page uses:


The  <EMBED>   tag

PLUS

The   SRC   attribute

PLUS

The   AUTOSTART   attribute



The name of the sound file is

allegro.mid



The AUTOSTART attribute value is

false



PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:

<EMBED SRC="allegro.mid" AUTOSTART="false">


(the quotation marks need to be there)


SRC is the only required attribute.
The sound console gives the user control over the sound.
The sound will start playing when the user clicks the PLAY button.


Sound Steps