|
Posted by Mark Parnell on June 8, 2005, 10:47 am
Please log in for more thread options
said:
> I put background sound with tag <bgsound src=''> in a page, and like to
> give the visitor an option to unable it.
Any sound on a web site should be disabled by default. Remove the
proprietary <bgsound> element, although luckily it will only work for
certain browsers (and mine isn't one of them). Add a link to the sound
as you would any other file, <a href="...">Listen to my sound!</a>.
--
Mark Parnell
http://www.clarkecomputers.com.au
|