Hello !
Un sujet qui revient assez souvent, mais dont je vois jamais la solution - ou, du moins, une solution qui me parlerait
J'ai intégré le magnifique lecteur Dew player (le compliment c'est gratuit dans sa version playlist dans la sidebar de mon thème Wordpress. Tout marche sur Safari, FF,... mais gros bug sur IE.
Sous IE, le lecteur indique : "XML Error". J'ai pourtant vérifié mes fichier mp3, y'a pas d'espace... et j'ai vérifié mon "playlist. xml" sous http://validator.xspf.org/ : il est valide.
Quelqu'un peut m'aider ?
Merci !
Voici le code inséré dans la sidebar :
<object type="application/x-shockwave-flash" data="http://wordout.eu/worpress/audio/dewplayer-playlist.swf" width="280" height="200" id="dewplayer" name="dewplayer"> <param name="wmode" value="transparent" />
<param name="movie" value="http://wordout.eu/worpress/audio/dewplayer-playlist.swf" <param name="flashvars" value="xml=http://wordout.eu/worpress/audio/playlist.xml&volume=60" />
</object>
Voici le playlist.xml :
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Word Out, ça sonne comment ?</title>
<creator>Word Out</creator>
<trackList>
<track>
<location>http://wordout.eu/worpress/audio/01-beans-on-toast.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Beans on toast</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/02-what-is-this-thing.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>What is this (detuned) thing?</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/03-asteroid.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Asteroid B-612</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/04-ians-bonsai.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Ian's Bonsai</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/05-les-mains-sales.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Les Mains Sales</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/06-giant-steps.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Giant steps</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/07-one-ginger-snap.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>One ginger snap</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/08-space-oddity.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Space Oddity</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/09-cheer-up-george.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Cheer up, George</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/10-swedish-clogs.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Swedish Clogs</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/11-ordinary-effect.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Ordinary Effect</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/12-still-untitled.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Still untitled</title>
</track>
</trackList>
</playlist>
Un sujet qui revient assez souvent, mais dont je vois jamais la solution - ou, du moins, une solution qui me parlerait
J'ai intégré le magnifique lecteur Dew player (le compliment c'est gratuit dans sa version playlist dans la sidebar de mon thème Wordpress. Tout marche sur Safari, FF,... mais gros bug sur IE.
Sous IE, le lecteur indique : "XML Error". J'ai pourtant vérifié mes fichier mp3, y'a pas d'espace... et j'ai vérifié mon "playlist. xml" sous http://validator.xspf.org/ : il est valide.
Quelqu'un peut m'aider ?
Merci !
Voici le code inséré dans la sidebar :
<object type="application/x-shockwave-flash" data="http://wordout.eu/worpress/audio/dewplayer-playlist.swf" width="280" height="200" id="dewplayer" name="dewplayer"> <param name="wmode" value="transparent" />
<param name="movie" value="http://wordout.eu/worpress/audio/dewplayer-playlist.swf" <param name="flashvars" value="xml=http://wordout.eu/worpress/audio/playlist.xml&volume=60" />
</object>
Voici le playlist.xml :
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Word Out, ça sonne comment ?</title>
<creator>Word Out</creator>
<trackList>
<track>
<location>http://wordout.eu/worpress/audio/01-beans-on-toast.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Beans on toast</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/02-what-is-this-thing.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>What is this (detuned) thing?</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/03-asteroid.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Asteroid B-612</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/04-ians-bonsai.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Ian's Bonsai</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/05-les-mains-sales.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Les Mains Sales</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/06-giant-steps.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Giant steps</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/07-one-ginger-snap.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>One ginger snap</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/08-space-oddity.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Space Oddity</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/09-cheer-up-george.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Cheer up, George</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/10-swedish-clogs.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Swedish Clogs</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/11-ordinary-effect.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Ordinary Effect</title>
</track>
<track>
<location>http://wordout.eu/worpress/audio/12-still-untitled.mp3</location>
<creator>Word Out</creator>
<album>Word Out</album>
<title>Still untitled</title>
</track>
</trackList>
</playlist>