HCI 201 Multimedia and the World Wide Web

Fall 1999 - Section 703 - Tags for Adding Audio


Background Sound:

< EMBED SRC="sound.ext" autostart=true hidden=true > </EMBED>

Background Sound for Internet Explorer Only:

<BGSOUND SRC="sound.ext" LOOP="2">

LOOP value may be an integer or infinite.

Other Sounds:

<EMBED SRC = "sound.ext"
CONTROLS="console|small-console|playbutton|pausebutton|stopbutton|volumelever|volume"
WIDTH=# (pixels)
HEIGHT=# (pixels)
AUTOSTART=true|false
LOOP=# (times to loop) or LOOP=true (to play until stopped)
>
</EMBED>

or

< A HREF="sound.ext"> link text</A>


Week 8
Previous | Next

Course Home | Announcements | Class Roster | Schedule | Syllabus