par
HD » 22 janv. 2006, 23:02
tu peux ajouter des options. exemples :
<embed src="musique/cant_find.mp3" width="270" height="40">
</embed>
<EMBED SRC= "titre.mp3" WIDTH=200 HEIGHT=45 CONTROLS=smallconsole AUTOPLAY=True AUTOSTART=True LOOP=False>
<NOEMBED>
<bgsound id="bg" loop=1>
<script>
function play(){window.bg.src="titre.mp3"}
function stop(){window.bg.src=""}
</script>
<a href="javascript:play()">écouter</a> | <a href="javascript:stop()">arrêter</a>
</NOEMBED>
</EMBED>
tu peux ajouter des options. exemples :
[php]<embed src="musique/cant_find.mp3" width="270" height="40">
</embed>[/php]
[php]<EMBED SRC= "titre.mp3" WIDTH=200 HEIGHT=45 CONTROLS=smallconsole AUTOPLAY=True AUTOSTART=True LOOP=False>
<NOEMBED>
<bgsound id="bg" loop=1>
<script>
function play(){window.bg.src="titre.mp3"}
function stop(){window.bg.src=""}
</script>
<a href="javascript:play()">écouter</a> | <a href="javascript:stop()">arrêter</a>
</NOEMBED>
</EMBED>[/php]