bonjour je viens de recuperer ce script
pouvez vous me dire si le nom du fichier mp3 correspond
a l'url http//.etc...... ou simplement son nom ?
cordialement faby...
<!-- Script par Philippe -->
<!-- Philblue - philblue@hotmail.com -->
<!-- Début | Script -->
<script>
function playIt(filename) {
Player.URL = filename;
}
</script><!-- Fin | Script -->
<p style="margin-top: 0; margin-bottom: 0">
<!-- Début | Lecteur -->
<OBJECT ID="Player" WIDTH=314 HEIGHT=292 CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="volume" value="100">
<param name="stretchToFit" value="-1">
</OBJECT>
<!-- Fin | Lecteur -->
</p>
<!-- Début | Liste -->
<p style="margin-top: 0; margin-bottom: 0"> Fichier :
<p style="margin-top: 0; margin-bottom: 0">1. <A HREF="#" onclick="playIt('NOM DU FICHIER.MP3')">TITRE</A>
<p style="margin-top: 0; margin-bottom: 0">2. <A HREF="#" onclick="playIt('NOM DU FICHIER.MP3')">TITRE</A>
<p style="margin-top: 0; margin-bottom: 0">3. <A HREF="#" onclick="playIt('NOM DU FICHIER.MP3')">TITRE</A>
<p style="margin-top: 0; margin-bottom: 0">4. <A HREF="#" onclick="playIt('NOM DU FICHIER.MP3')">TITRE</A>
<p style="margin-top: 0; margin-bottom: 0">5. <A HREF="#" onclick="playIt('NOM DU FICHIER.MP3')">TITRE</A>
<!-- Fin | Liste -->