Button hover Sound

  • Hey,
    Ich habe zurzeit ein Problem undzwar will ich auf meinem IMG Button ein Mousover Sound machen. Nur das klapt zurzeit nochnicht.

    Der Sound:

    Code
    <BGSOUND SRC="http://www.sound-effect.com/pirsounds/WEB_DESIGN_SOUNDS_WAV1/BUTTONS/CLICK5A.WAV" ID="beep" AUTOSTART="TRUE">

    Mein Button:

    Code
    <a class="infotext" href="#"
    onmouseover="document.all.beep.src='ding.wav'"
    onmouseover="cod.src='images/buttons/codan.png';"
    onmouseout="cod.src='images/buttons/codaus.png';">
    <img src="images/buttons/codaus.png" width="71"height="148" name="cod"><span>Leader:<br> - TRC PSYCHE</span></a>

    Weiß wer wo das Problem ist? Bitte um Antwort.

    Ich danke schonmal im Vorraus
    Mfg FearEx