•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 362,337 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,557 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 2408 | Replies: 6
![]() |
•
•
Join Date: Feb 2007
Posts: 36
Reputation:
Rep Power: 2
Solved Threads: 0
Hey, I am trying to get a sound to play when the user moves the mouse over on of my links. I don't know javascript, I just copied this code from a book, so it's probably something simple. Here is my code:
<script language="JavaScript" type="text/javascript">
function playSound()
{
src="misc020.wav";
}
</script>
<A HREF="http://www.newhorizondesigns.org" onMouseOver="playSound()">Home</A></td> My Website <-- check out my site!
•
•
Join Date: Jul 2006
Location: Deptford, London
Posts: 916
Reputation:
Rep Power: 4
Solved Threads: 45
That's weird looking script. I can't see any way that it could work - in that context; 'src' wont relate to anything useful.
This page has some example code (lots of examples); it won't work for me; but I'm not on a computer with many media plugins:
http://www.phon.ucl.ac.uk/home/mark/audio/play.htm
Hope that helps some...
This page has some example code (lots of examples); it won't work for me; but I'm not on a computer with many media plugins:
http://www.phon.ucl.ac.uk/home/mark/audio/play.htm
Hope that helps some...
If it only works in Internet Explorer; it doesn't work.
http://www.javascriptkit.com/script/...oundlink.shtml
don't forget to do a onmouseout=stop or it'll carry on going
don't forget to do a onmouseout=stop or it'll carry on going
•
•
Join Date: Mar 2007
Location: Alabama
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
I use Sound Manager.
http://www.schillmania.com/projects/soundmanager2/
http://www.schillmania.com/projects/soundmanager2/
•
•
Join Date: Feb 2007
Posts: 36
Reputation:
Rep Power: 2
Solved Threads: 0
•
•
•
•
That's weird looking script. I can't see any way that it could work - in that context; 'src' wont relate to anything useful.
This page has some example code (lots of examples); it won't work for me; but I'm not on a computer with many media plugins:
http://www.phon.ucl.ac.uk/home/mark/audio/play.htm
Hope that helps some...
thanks I used #4 on that list, and it works, check it out, the links on the left side of the page are where it is designed to play: http://www.newhorizondesigns.org
Last edited by adaykin : Mar 13th, 2007 at 2:23 pm.
My Website <-- check out my site!
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
- database connection(select ,insert query) within javascript function (JSP)
- How to play sound through stereo speakers (C)
- How to code a program that can play sound (C++)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Java Script new line
- Next Thread: Dynamic Iframes


Linear Mode