Add a sound to your links and mouseovers
this first statement simply works as a preload statement
<!-- start of preload statement--> You can also make your own welcome msg or sound, but keep them SMALL This link below will make the same sound
If you're using Navigator, you will NOT hear the sounds.
but it also allows you to make a few simple settings of your own
And hleps the mouseover to take effect that fraction faster
But the first ( preload ) statement is NOT realy needed for such a small .wav file
so you can forget it if you like and just use the second part of the code
It is the first statement which sounds as this page loaded
AND HAVE FUN!!!!
To turn it into a " MouseDown " comand-- so you hear the sound when leaving a page-- simply change
the word in your code from onMouseOver to onMouseDown
Simply copy and paste the code below-- upload your own .wav file
then change the required fields-- marked in RED.
<bgsound src="your own wav file goes here.wav" loop=1>
<!-- end of preload statement-->
<br>
<!---- start link mouseover sound code---><br>
<bgsound SRC="#" ID="firstsound"
AUTOSTART="true">
<A HREF="your required url goes here.html" title="sound link"
onMouseOver="document.all.firstsound.src='your own wav file goes here.wav'">link name</A> <br>
<!--- end link sound on mouseover-->
or your visitor has clicked and gone before they hear a thing
Please remember that NOT all browsers will support all types of comands,
some are java and some are html, and at times the two don't mix so well, but try them anyway.
but only when you click it . see above for how this works.
[ Home ]
[ Tip 1 ]
[ Tip 2 ]
[ Tip 3 ]
[ Tip 4 ]
[ Tip 5 ]
[ Tip 6 ]
[ Tip 7 ]
[ Tip 8 ]
[ Tip 9 ]
http://bkwebdesign.50megs.com/sndl.htm