<html>
<head>
<title>sound over grafik</title>
<SCRIPT type="text/javascript">
function playSound(){
var neu = open("about:blank", "mp3");
var newdoc = neu.document;
newdoc.open();
newdoc.write('<EMBED SRC="images/sound.mp3" autostart=true mastersound width="1" height="1"></EMBED>');
newdoc.close();
}
</SCRIPT>
</head>
<body>
<iframe name="mp3" src="about:blank" width="1" height="1" frameborder="0" scrolling="no" noresize></iframe>
<A HREF="#" onMouseOver="playSound();" onClick="return false;"><img src="images/emailcat.gif" border="0"></A>
</body>
</html> |