Bonjour,
J'ai installé dewplayer sur mon site pour la lecture de plusieur MP3 en suivant les instructions de la page : http://www.alsacreations.fr/dewplayer.html
Cela fonctionne très bien sous firefox, Chrome, et même IE6, mais sous IE8, ça bidouille pas mal.
L'impression, c'est que si j'écoute 1 morceau, je le stoppe je ne peux pas lire un autre morceau sans recharger la page.
Bizarre.
Voici mon code
Modifié par touranic (29 Jan 2011 - 11:55)
J'ai installé dewplayer sur mon site pour la lecture de plusieur MP3 en suivant les instructions de la page : http://www.alsacreations.fr/dewplayer.html
Cela fonctionne très bien sous firefox, Chrome, et même IE6, mais sous IE8, ça bidouille pas mal.
L'impression, c'est que si j'écoute 1 morceau, je le stoppe je ne peux pas lire un autre morceau sans recharger la page.
Bizarre.
Voici mon code
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" />
<param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/01 Silverlining.mp3" />
<param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/01 Silverlining.mp3&showtime=1" />
</object> - 01 Silverlining </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/02 How I got over.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/02 How I got over.mp3&showtime=1" />
</object> - 02 How I got over </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/03 Give God the Glory.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/03 Give God the Glory.mp3&showtime=1" />
</object> - 03 Give God the Glory </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/04 Revival in the Land.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/04 Revival in the Land.mp3&showtime=1" />
</object> - 04 Revival in the Land </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/05 Grace Great than our sin.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/05 Grace Great than our sin.mp3&showtime=1" />
</object> - 05 Grace Great than our sin </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/06 Thanks.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/06 Thanks.mp3&showtime=1" />
</object> - 06 Thanks </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/07 Friend of a wounded heart.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/07 Friend of a wounded heart.mp3&showtime=1" />
</object> - 07 Friend of a wounded heart </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/08 Saved.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/08 Saved.mp3&showtime=1" />
</object> - 08 Saved </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/09 Medley.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/09 Medley.mp3&showtime=1" />
</object> - 09 Medley </p>
<p><object data="/plugins/dewplayer.swf" height="20" id="dewplayer" name="dewplayer" type="application/x-shockwave-flash" width="200">
<param name="wmode" value="transparent" /><param name="movie" value="/plugins/dewplayer.swf?mp3=/Images/Albums/Chants/2010-2011/10 Nkosi Sikeleli.mp3" /><param name="flashvars" value="mp3=/Images/Albums/Chants/2010-2011/10 Nkosi Sikeleli.mp3&showtime=1" />
</object> - 10 Nkosi Sikeleli </p>
Modifié par touranic (29 Jan 2011 - 11:55)