Re: Off topic: How to make Netscape Navigator play web page sound ?

David Payer ( (no email) )
Fri, 10 Apr 1998 09:00:30 -0500

-----Original Message-----
From: Danny Sinang <danny@uplink.com.ph>

>Hello.
>
>Does anyone out there know what HTML tag I should use to make Netscape play
>a background sound ?
>
>In IE, I know I should use the <BGSOUND> tag, but it doesn't work in
>Navigator.
>

<bgsound src="whatever directory/whatever.mid" loop=infinite>

Did you include the src?