Here's my code. It's really clean-nothing else on the page I mean.
I know the answer must be so obvious to one of you coding geniuses.
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<script>
function EvalSound(soundobj) {
var thissound= eval("document."+soundobj);
thissound.Play();
}
function EvalSound1(soundobj) {
var thissound= eval1("document."+soundobj);
thissound.Play();
}
</script>
</head>
<body>
<embed src="Wav_1.wav" autostart=false width=0 height=0 name="sound1"
enablejavascript="true">
<embed src="Wav_2.wav" autostart=false width=0 height=0 name="sound2"
enablejavascript="true">
<p align="center"><a href="http://google.com"><img border="0" src="Adobe_icon.gif" onMouseOver="EvalSound('sound1')" onClick="EvalSound1('sound2')" width="32" height="32"></a></p>
</body>
</html>
Bookmarks