Sandra Martin: Probleme mit Sound und Netscape

Hallo allerseits,

ich bin neu hier und hoffe ich mache nicht zu viele Fehler bei meinem ersten Posting :-)

Ich habe nach Archivsuche in Selfhtml einen Quelltext zum
Einbinden von Sound in Netscape und IE mit dem embed Tag gefunden.
Der Sound soll per Klick gestartete und gestopt werden.
Quelle:
http://www.teamone.de/selfhtml/sfarchiv/2000_4/t23007.htm#a117802

Leider funktioniert mein Quelltext im IE ohne Probleme und im Netscape 4.7 nicht, aber ich
finde den Fehler nicht :(

Hier mein Quelltext:

<html>
<head>
 <title></title>
<script language="JavaScript">
<!--

function an(name)
  {document.embeds[name].play();}

function aus(name)
  {document.embeds[name].stop();}

//-->
</script>
<style type="text/css">
.txt  {
  font-family : Arial, Helvetica;
  font-style : bold;
  font-size : 10pt;
  color : #000033;
  text-decoration : none;
 }
</style>
</head>

<body bgcolor="#CC6633" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" link="#000033" vlink="#006699" alink="#000033">
<embed name="klick" src="audio/loopmib.wav" loop="true" autostart="false" mastersound hidden="true"></embed>
<table bgcolor="#CC6633" border="0" width="100%" height="100%" cellpadding="0" cellspacing="0">
 <tr>
  <td align="center" valign="top"><font class="txt"><b>Sound(Loop):  </b></font><a href="#" onClick="an('klick');status=Sound - Play';return false" onFocus="if(this.blur)this.blur()"><font class="txt">«Play»</font></a>   <a href="#" onClick="aus('klick');status='Sound - Stop';return false" onFocus="if(this.blur)this.blur()"><font class="txt">«Stop»</font></a></td>
 </tr>
 </table>

</body>
</html>

Vielen Dank fuer Eure Hilfe!
Gruss Sandra

  1. Vielen Dank fuer Eure Hilfe!
    Gruss Sandra

    Welche Hilfe meinst Du? *wunder*