Embed Audio

Here is a good tutorial: Add Voice to your Site: The html EMBED Tag

In our class web page, we use the following tag to play rocky movie midi file. You can use "view source" to see the HTML source when you IE to access http://cs.uccs.edu/~cs301. You can select View | Page Source if you use Netscape.

<embed src="rocky.mid" autostart=true hidden=true loop=false></embed>

You can also use <bgsound src="rocky.mid">

<EMBED SRC="rocky.mid" VOLUME="90" HEIGHT="20" WIDTH="180" hidden="false" loop="false" autostart="true">

with hidden set to false you will see an icon appear with audio play control.

For example, see the demo web page at http://cs.uccs.edu/~cs301/audo/demo.html

For a list of embed tag attributes, see http://www.apple.com/quicktime/authoring/embed.html