The bgsound tag is only supported by IE
Use an Embed but get used to the AcitiveX alerts
- for a workaround see
http://msdn.microsoft.com/library/de...ng_activex.asp
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________
"Will" <(E-Mail Removed)> wrote in message news:Nft1g.174373$(E-Mail Removed)...
| How can I add sound to my web page that will work with both Internet
| Explorer and the FireFox browser?
|
| 1 - I tried...
|
| <EMBED SRC="Sounds/MySound.wav" autostart="true" autohide="true" WIDTH=0
| height=0 controls=stopbutton>
|
| But with IE I get a popup about an ActiveX control... and I think that will
| scare most people.
|
| 2 - I also tried..
|
| <bgsound src="Graphics/MySound.wav" loop="0">
|
| with the code just before the <body> tag
|
| I thought that once worked for IE only... but now it doesn't seem to work at
| all.
|
| Any help would be great.
|
| Thanks
|
|