EXAMPLE 20

This web page uses:


The  <EMBED>   tag

PLUS

The   SRC   attribute

PLUS

The   LOOP   attribute



The name of the sound file is

allegro.mid



The LOOP attribute value is

INFINITE



PUT IT ALTOGETHER AND IT LOOKS LIKE THIS:

<EMBED SRC="allegro.mid" LOOP="INFINITE">


(the quotation marks need to be there)


SRC is the only required attribute.
LOOP="INFINITE" doesn't work with the <EMBED> tag.
The sound only plays once.


Sound Steps