Greelmo
05-31-2003, 08:53 PM
so here's the dilio... I want to have a staticy electricy sound play ONLY when the mouse goes over a link on this site im making for a client. Where do i get that sound, and how do i do it... I was thinking...
<script language="JavaScript>
function fncplay()
{
document.write("<embed src="sound.wav" autostart=true hidden=true repeat=true");
}
</script>
<body>
<a href="blah.html" onMouseover="fncplay();">LINK!</a>
</body>
will that work?
Oh, and this client owns a site from Register.com... how the heck do i post the code up on the site? Are any of you familiar with register.com? Help is greatly appreciated!
Thanks a mil
<script language="JavaScript>
function fncplay()
{
document.write("<embed src="sound.wav" autostart=true hidden=true repeat=true");
}
</script>
<body>
<a href="blah.html" onMouseover="fncplay();">LINK!</a>
</body>
will that work?
Oh, and this client owns a site from Register.com... how the heck do i post the code up on the site? Are any of you familiar with register.com? Help is greatly appreciated!
Thanks a mil