Add Different Sounds and Change Image on MouseOvers - Single Page -- 2

Completed Posted Jul 22, 2014 Paid on delivery
Completed Paid on delivery

Hi,

We have the code to play different sounds when mouse goes over an image. Image changes and sound plays.

Already have the code, just need to stop the sound from playing on mouseouts

Files will be sent to you.

This is some of the script. Mouseout doesn't stop sound from playing

audioElement.setAttribute('autoplay', 'autoplay');
//audioElement.load()

$.get();

audioElement.addEventListener("load", function() {
audioElement.play();
}, true);

$('.play').click(function() {
audioElement.play();
});

$('.pause').click(function() {
audioElement.pause();
});



});

$( ".change" ).mouseout(function() {
var srcme=$(this).attr("src");
var one=$(this).attr("one");
var two=$(this).attr("two");

if(srcme == one)
{
$(this).attr("src",two);
}
if(srcme == two)
{
$(this).attr("src",one);
}

});

HTML Website Design

Project ID: #6221812

About the project

5 proposals Remote project Active Jul 22, 2014

Awarded to:

ahycomputer

Hi, this can easily been done using Javascript or Jquery. I can do this job easily. I am new to this website but i hope u can trust me doing this job to gain experience here. I have fully experience in handle HTML and More

$25 USD in 1 day
(0 Reviews)
0.0

5 freelancers are bidding on average $23 for this job

ndesignsolution

Hi, We have read your Description and clearly understood your needs. Please award as the project. Please send me your html file. I am ready to do start your project right now. Its very easy... I can do i More

$30 USD in 0 days
(14 Reviews)
3.9
talk2agha

Would like to just look at it, maybe I can learn what is going on and be able to modify it quickly. However, if I am unable to do the changes, then I'll let you know on time.

$15 USD in 1 day
(1 Review)
0.0
mmorrison90

A proposal has not yet been provided

$25 USD in 1 day
(0 Reviews)
0.0
Prosch

It sounds like you had a typo in the code or just missing a line of code, should not be that hard to sort out. If you want to be able to contact me in any other way, you can always contact me over my Skype. Skype: More

$20 USD in 1 day
(0 Reviews)
0.0