Playlist ASX, lecture aléatoire?

Playlist ASX, lecture aléatoire? - HTML/CSS - Programmation

Marsh Posté le 11-01-2007 à 21:38:21    

Salut,
J'ai fait une playlist ASX en .wma pour mediaplayer integré dans un site.
Ca donne ça:
 

Code :
  1. <ASX Version="3.0">
  2. <title>TITRE DE LA PLAYLIST</title>
  3. <entry>
  4. <title>TITRE DE LA CHANSON</title>
  5. <author>ARTISTE</author>
  6. <Ref href="LIEN DU MP3"/>
  7. </entry>
  8. <entry>
  9. <title>TITRE DE LA CHANSON</title>
  10. <author>ARTISTE</author>
  11. <Ref href="LIEN DU MP3"/>
  12. </entry>
  13. <entry>
  14. <title>TITRE DE LA CHANSON</title>
  15. <author>ARTISTE</author>
  16. <Ref href="LIEN DU MP3"/>
  17. </entry>
  18. </asx>


 
Tout fonctionne, mais je voulais savoir comment faire en sorte que les morceaux soit lus aléatoirement? Parce qu'a chaque fois qu'on arrive sur le site c'est le même.
 
Merci

Reply

Marsh Posté le 11-01-2007 à 21:38:21   

Reply

Marsh Posté le 16-01-2007 à 01:07:06    

up

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed