Bonjour.

Avec IE, pas de problèmes.
Pour une solution universelle, il va falloir chercher un peu.

<html>
<head><title></title></head>

<body>
<bgsound id="son">

<a href="mon_lien.html"
onmousemove = "document.getElementById('son').src = 'online.wav'"
onclick = "document.getElementById('son').src = 'online.wav'">
Cliquer moi</a>
</body>

</html>


Sinon, les mots-clé sont :
bgsound, embed

Des liens en vrac :
http://aliasdmc.free.fr/balise/zone_html_bgsound.html
http://eric.hurtebis.chez.tiscali.fr/embed14g.htm
http://www.allhtml.com/html/html24.php

http://www.w3schools.com/media/media_browsersounds.asp

Avec Firefox, il n'y pas trop de choses à attendre.
C'est embed ou rien, avec téléchargement de plugin apple...
(pour l'instant)
Modifié par GeorgesM (05 Sep 2005 - 11:17)