player mit java sorry !

Hallo

also ich hab das jetzt hinbekommen unzwar so
Code:
<body leftmargin="0" topmargin="0">
<a href="javascript:soundOn1()"><img src="1.gif" width="29" height="35" border="0"></a><a href="javascript:soundOn2()"><img src="2.gif" width="26" height="35" border="0"></a><a href="javascript:soundOn3()"><img src="3.gif" width="25" height="35" border="0"></a><a href="javascript:soundOff()"><img src="stop.gif" width="70" height="35" border="0"></a>
<script language=javaScript>

function soundOff(){
if (document.layers) {document.mp3.document.write(" "); document.mp3.document.close()}
if (document.all) mp3.innerHTML=" "
}

function soundOn1(){
if (document.layers) {document.mp3.document.write("<embed src='http://home.arcor.de/osmana/1.mp3' autostart='false' loop='1' hidden='true'>"); document.mp3.document.close()}
if (document.all) mp3.innerHTML="<embed src='http://home.arcor.de/osmana/1.mp3' autostart='falsee' loop='1' hidden='true'>"
}

function soundOn2(){
if (document.layers) {document.mp3.document.write("<embed src='http://home.arcor.de/ibrahim58sivas/2.mp3' autostart='false' loop='1' hidden='true'>"); document.mp3.document.close()}
if (document.all) mp3.innerHTML="<embed src='http://home.arcor.de/ibrahim58sivas/2.mp3' autostart='falsee' loop='1' hidden='true'>"
}

function soundOn3(){
if (document.layers) {document.mp3.document.write("<embed src='http://home.arcor.de/ibrahim58sivas/3.mp3' autostart='false' loop='1' hidden='true'>"); document.ZZmp3.document.close()}
if (document.all) mp3.innerHTML="<embed src='http://home.arcor.de/ibrahim58sivas/3.mp3' autostart='falsee' loop='1' hidden='true'>"
}
            </script>
<div id="mp3" style="position:absolute; visibility:hidden; z-index:0"> 
<p align="center"> 
<embed src="http://home.arcor.de/osmana/1.mp3" autostart="true" loop="2" hidden="true" width="1" height="1">
<embed src="http://home.arcor.de/ibrahim58sivas/2.mp3" autostart="false" loop="0" hidden="true" width="1" height="1">
<embed src="http://home.arcor.de/ibrahim58sivas/3.mp3" autostart="false" loop="0" hidden="true" width="1" height="1"></embed>

das GAnze Funktioniert bei mir Auf dem IE einwandfrei aber im Firefox nicht !
ich hab jetz Verschiedene leute gefragt ob der Player bei ihenen tut bei manchen ja bei manchen nicht ! warum das ? im nescape und Mozilla geht er garnicht könnt ihr mir da jetzt weiter helfen ? bitte

Danke
 

Neue Beiträge

Zurück