Danke,
habs jetzt hinbekommen!
Fuktioniert ohne Probleme,
für alle die Interesse an dem Script haben, hier issa:
(Buttons mit Bildwechsel und Sound bei mouseover)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Neue Seite 1</title>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<SCRIPT language=Javascript>
<!--
if(document.images){
c0 = new Image(25,32); c0.src = "Hyperlinks/button4F.jpg";
c1 = new Image(25,32); c1.src = "Hyperlinks/button50.jpg";
c2 = new Image(25,32); c2.src = "Hyperlinks/button58.jpg";
c3 = new Image(25,32); c3.src = "Hyperlinks/button5A.jpg";
c4 = new Image(25,32); c4.src = "Hyperlinks/button1.jpg";
c5 = new Image(25,32); c5.src = "Hyperlinks/button2.jpg";
}
function change(imageName,imageFile){
if(!document.images) return;
eval('document.images[imageName].src = '+imageFile + '.src');
}
function errorHandler(){
return true;
}
window.onerror = errorHandler;
function playSound(){
if(navigator.appName.indexOf("Netscape") != -1){
if(!navigator.plugins) return;
if(!navigator.javaEnabled()) return;
document.snd.play();
}
else if(navigator.appName.indexOf("Microsoft") != -1){
startIE(snd);
}
}
//-->
</SCRIPT>
<SCRIPT language=VBScript>
<!--
Sub startIE(snd)
snd.Run
End Sub
//-->
</SCRIPT>
</head>
<body>
<p align="center">
<OBJECT classid=CLSID:05589FA1-C356-11CE-BF01-00AA0055595A height=1 id=snd width=1>
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowControls" VALUE="0">
<PARAM NAME="FileName" VALUE="http://www.allsexdomains.com/ao/exs/wav/bleedingvaginas.wav">
<EMBED SRC="PurpleSphereSoundFile.wav" NAME="snd" WIDTH="0" HEIGHT="0" HIDDEN="true" AUTOSTART="false" LOOP="false" MASTERSOUND>
</EMBED>
</OBJECT>
<A href="index.htm" onmouseout="change('A','c0')" onmouseover="playSound(); change('A','c1');">
<IMG alt="" border=0 height=15 name=A src="Hyperlinks/button4F.jpg" width=62></A></p>
</p>
<p align="center">
<A href="index.htm" onmouseout="change('B','c2')" onmouseover="playSound(); change('B','c3');">
<IMG alt="" border=0 height=15 name=B src="Hyperlinks/button58.jpg" width=62></A></p>
</p>
<p align="center">
<A href="index.htm" onmouseout="change('C','c4')" onmouseover="playSound(); change('C','c5');">
<IMG alt="" border=0 height=15 name=C src="Hyperlinks/button1.jpg" width=62></A></p>
</p>
</body>
</html>