Embed Audio
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.