Bonjour à tous,
je suis actuellement en train de mettre en place le lecteur vinyl de DEW sur mon blog mais je me heurte à quelques petits problèmes que je ne sais pas résoudre. Si vous pouviez vérifier mes codes et me dire si ce sont eux qui déraillent ou si c'est un bug sur ce player, ce serait super.
Description du problème: l'affichage des covers ne se fait pas (j'ai essayé deux codes, vous verrez mais aucun ne marche) et le lien "Commander CD" ne marche pas non plus. Il ne me semble pas qu'il y ait de tuto déjà fait pour ce player... j'en mettrai un en ligne après avoir résolu le problème si quelqu'un arrive à le résoudre.
Merci d'avance.
P.
Voici l'adresse de ma page de test:
http://www.englishdaybyday.net/article-test-vinyl-63613261.html
Mon code d'insertion pour le lecteur:
<object type="application/x-shockwave-flash" id="dewplayervinyl" height="113" width="303" data="http://ddata.over-blog.com/3/18/86/31/dewplayer/dewplayer-vinyl.swf">
<param name="data" value="http://ddata.over-blog.com/3/18/86/31/dewplayer/dewplayer-vinyl.swf" />
<param name="name" value="dewplayervinyl" />
<param name="flashvars" value="xml=http://ddata.over-blog.com/3/18/86/31/dewplayer/playlistxml/playlisttest2.xml" />
<param name="src" value="http://ddata.over-blog.com/3/18/86/31/dewplayer/dewplayer-vinyl.swf" />
</object>
Le code dans mon mon fichier XML:
je suis actuellement en train de mettre en place le lecteur vinyl de DEW sur mon blog mais je me heurte à quelques petits problèmes que je ne sais pas résoudre. Si vous pouviez vérifier mes codes et me dire si ce sont eux qui déraillent ou si c'est un bug sur ce player, ce serait super.
Description du problème: l'affichage des covers ne se fait pas (j'ai essayé deux codes, vous verrez mais aucun ne marche) et le lien "Commander CD" ne marche pas non plus. Il ne me semble pas qu'il y ait de tuto déjà fait pour ce player... j'en mettrai un en ligne après avoir résolu le problème si quelqu'un arrive à le résoudre.
Merci d'avance.
P.
Voici l'adresse de ma page de test:
http://www.englishdaybyday.net/article-test-vinyl-63613261.html
Mon code d'insertion pour le lecteur:
<object type="application/x-shockwave-flash" id="dewplayervinyl" height="113" width="303" data="http://ddata.over-blog.com/3/18/86/31/dewplayer/dewplayer-vinyl.swf">
<param name="data" value="http://ddata.over-blog.com/3/18/86/31/dewplayer/dewplayer-vinyl.swf" />
<param name="name" value="dewplayervinyl" />
<param name="flashvars" value="xml=http://ddata.over-blog.com/3/18/86/31/dewplayer/playlistxml/playlisttest2.xml" />
<param name="src" value="http://ddata.over-blog.com/3/18/86/31/dewplayer/dewplayer-vinyl.swf" />
</object>
Le code dans mon mon fichier XML:
<playlist version="1">
<title>Vocabulary Test</title>
<creator>Philippe Hattais</creator>
<link>http://www.englishdaybyday.net/</link>
<info>Missing words</info>
<image>scr="http://ddata.over-blog.com/3/18/86/31/dewplayer/covers/1.jpg"</image>
<trackList>
<track>
<location>http://ddata.over-blog.com/3/18/86/31/dewplayer/mp3/test3.mp3</location>
<creator>Mr Hattais</creator>
<album>Ma Compil</album>
<title>Dancer in the Dark</title>
<annotation>I love this song TEST</annotation>
<duration/>
<img src="http://ddata.over-blog.com/3/18/86/31/dewplayer/covers/3.jpg"/>
<info/>
<link>
http://fr.wikipedia.org/wiki/M%C3%A1_Vlast_(Smetana)
</link>
</track>
<track>
<location>http://ddata.over-blog.com/3/18/86/31/dewplayer/mp3/test2.mp3</location>
<creator>Just for a try</creator>
<album>Ma Compil</album>
<title>This is a new test</title>
<annotation>I love this song TEST 2</annotation>
<duration/>
<img src="http://ddata.over-blog.com/3/18/86/31/dewplayer/covers/2.jpg"/>
<info/>
<link>
http://fr.wikipedia.org/wiki/M%C3%A1_Vlast_(Smetana)
</link>
</track>
<track>
<location>http://ddata.over-blog.com/3/18/86/31/dewplayer/mp3/test1.mp3</location>
<creator>Why Not</creator>
<album>Ma Compil</album>
<title>Hope this is working</title>
<annotation>I love this song TEST</annotation>
<duration/>
<img src="http://ddata.over-blog.com/3/18/86/31/dewplayer/covers/1.jpg"/>
<info/>
<link>
http://fr.wikipedia.org/wiki/M%C3%A1_Vlast_(Smetana)
</link>
</track>
</trackList>
</playlist>