Jump to content

Sounds and mouseover help


Recommended Posts

Hi im looking for some help with sounds and mouseover pictures, I found a website that shows how to do it but its a little confusing. Im not really sure how to do it and im wondering how long can the sound be, on some pictures the song is a few minutes and thats what Im looking to do. So can anyone describe or help me understand it better and help me do whatever needs to be done?

Link to comment
Share on other sites


<script language="JavaScript">
<!--


function playSound() {
document.all['BGSOUND_ID'].src='Bach.mid';
self.document.Bach.play()
}

function stopSound() {
document.all['BGSOUND_ID'].src='jsilence.mid';
self.document.Bach.stop()
}
}
//-->
</script>

<a href=# onClick="# onMouseOver="playSound();return true" onMouseOut ="stopSound();return true">click me</a>

Link to comment
Share on other sites

So how do I put it in, sry not very good with this things but how or where do I put the picture/sound file and then put it into a picture for forums?

Mouseovers and sounds will not work on forums unless the administrator has enabled HTML or Flash OR you are the administrator of the forum and can edit the files individually.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...