In article <fJeQj.22368$%41.18314@[EMAIL PROTECTED]
>,
Paul Furman <paul-@[EMAIL PROTECTED]
> wrote:
> Apparently <bgsound
> src="IntroMessage.mp3"> is not the right way to add sound to a web site,
> I'm not sure what is.
There is no such thing as a right way to do a bad thing :-). However,
if you must know, the correct tag to use is:
Attribute for <BODY ...>
onLoad = "script command(s)"
So, in your example:
<BODY onLoad="play(annoying.mp3)">
But don't, please don't, use this example because the user cannot stop
it except by closing the window.
--k


|