Probleme lecteur XSPF

Probleme lecteur XSPF - HTML/CSS - Programmation

Marsh Posté le 11-12-2006 à 19:01:19    

Salut,
 
Je sais pas si je dois mettre ça sous-cat Flash ou HTML, j'ai mit dans HTML.
 
J'essaye d'installer un lecteur XSPF sur mon site mais j'arrive pas a mettre une playlist en place.
Le lecteur s'affiche, mais dans la playlist y'a rien, c'est marqué "Undefined" et rien ne se passe.
Voici ce que j'ai mit sur ma page:
 

Code :
  1. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  2. codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
  3. width="577" height="223" >
  4.         <param name="allowScriptAccess" value="sameDomain"/>
  5.         <param name="movie" value="http://XXXXXXX.free.fr/xspf/xspf_player.swf"/>
  6.         <param name="quality" value="high"/>
  7.         <param name="bgcolor" value="#E6E6E6"/>
  8.     <embed src="http://XXXXXXX.free.fr/xspf/xspf_player.swf?playlist_url=http://XXXXXXX.free.fr/xspf/playlist.xspf"
  9.     quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain"
  10.     type="application/x-shockwave-flash"
  11.     pluginspage="http://www.macromedia.com/go/getflashplayer"
  12.     align="center" height="223" width="577"> </embed>
  13. </object>


 
Le fichier playlist.xspf contient:

Code :
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <playlist version="0" xmlns = "http://xspf.org/ns/0/">
  3.   <trackList>
  4.     <track><location>http://XXXXXXX.free.fr/xspf/mp3/monfichier.mp3</location>
  5.     </track>
  6.   </trackList>
  7. </playlist>


Message édité par k-masta le 11-12-2006 à 19:15:13
Reply

Marsh Posté le 11-12-2006 à 19:01:19   

Reply

Sujets relatifs:

Leave a Replay

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