Topic: Can you do me a favor? Can you test this on your computer please?
Can you do me a favor? Can you test this on your computer with all your browsers please? It works perfect on mine in all browsers. But who knows, maybe it's only because I have the correct plugins. I "think" it's playing it with QuickTime.
Here is the page. Hover over the red house in the top right corner. You should hear a baby sound if it's working for you?
http://ww w.building blockshome daycare.com/enrollment-test.html
Currently, I'm embedding it with this. Should this let the browser decide which media to use to play it? Thanks!
<script type="text/javascript">
function EvalSound(soundobj) {
var thissound= eval("document."+soundobj);
thissound.Play();
}
</script>
<embed src="baby.mp3" autostart="false" width="0" height="0" name="sound1">
<img src="image" onMouseOver="EvalSound('sound1')">Last edited by Eric (March 26, 2009 9:22 am)

