Click to See Complete Forum and Search --> : Embeding sound into links


Radio
05-17-2003, 06:36 PM
I want to add a small sound effect file that will play every time the mouse cursor goes over the web button. I already have a mouse over effect that changes the appearance of the buttons, but I can't seem to work out the right coding for the sound files. Can anyone help me out.
Thanks.

Radio
05-17-2003, 08:26 PM
Thank you. Just one more thing....It's working on the mouseover but I don't want the sound to play as the page refreshes, only when the mouse cursor goes over the button. What do I change in this part:

<bgsound id=bgMusic src="#" loop=1 autostart=true>

to stop this from happening?

Thanks again it's a big help. :)

requestcode
05-17-2003, 09:51 PM
Try setting autostart to false. By the way that probably will not work with Netscape browsers. I don't believe they support bgsound.