j´utilise ce script pour faire une liste ou on choisit la musque que l´on veut, mais le problème, c´est que quand je change de page , elle recommence a 0 la musique. Comment faire pour une liste pour que la musique n´aille pas a 0.
Script utilisé:
" <script>
function playIt(filename) {
Player.URL = filename;
}
< /script>
< p style="margin-top: 0; margin-bottom: 0"><!-- Début | Lecteur --> < object id="Player"
classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA
6"
align="baseline" border="0" width="1" height="1"><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">Choix musique : < /p>
< p style="margin-top: 0; margin-bottom: 0">1. < a href="#"
onclick="playIt(´NOM DU FICHIER.MP3´)">STOP</a> < /p>
< p style="margin-top: 0; margin-bottom: 0">2. < a href="#"
onclick="playIt(´16 Bring Me to Life.mid´)">Bring to my life</a> < /p>
< p style="margin-top: 0; margin-bottom: 0">3. < a href="#"
onclick="playIt(´Wild Wild West.mid)">Wild
wild west</a> < /p>
< p style="margin-top: 0; margin-bottom: 0">4. < a href="#"
onclick="playIt(´agenceacapulco.mid´)">agence a capulco</a> < /p>
< p style="margin-top: 0; margin-bottom: 0">5. < a href="#"
onclick="playIt(´darud_sandstorm.mid´)">Darude</a>
< !-- Fin | Liste --> < /p>
"
merci pour votre aide