Hi there
I have been struggling with Dewplayer off and on for a number of weeks now and I just cant get it to display on a page of my website.

I've uploaded Dewplayer to my website and I also have my music online.
Ive adjusted the code in playlist.xml manually to look like

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Ounage Playlist</title>
<creator>Dew</creator>
<link>http://www.blup.fr/</link>
<info>The Best Playlist</info>
<image>covers/0.jpg</image>

<trackList>

<track>
<location>http://contemporaryfunctionband.co.uk/Music-MP3/9m30secs-Medley-The-Contemporarys.mp3</location>
<creator>9m 30 sec Medley The Contemporarys</creator>
<album>Album Test Info</album>
<title>9m 30 sec Medley The Contemporarys</title>

</track>

<track>
<location>http://contemporaryfunctionband.co.uk/Music-MP3/I-Bet-That-You-Look-Good-On-The-Dancefloor-Arctic-Monkeys.mp3</location>
<creator>The Contemporarys</creator>
<album>Album Test Info</album>
<title>I Bet That You Look Good On The DanceFloor</title>

</track>



</trackList>
</playlist>



The playlist player page looks ok here

http://contemporaryfunctionband.co.uk/dewplayer/dewplayer-playlist.swf

But I dont know how I can then get this to display somewhere on my website as opposed to only on this page.

Can anyone advice please?

Thanks!
Hi Smiley cligne !

I don't speak very well english. But, I want to try to help you. You just need to put this code in a page of your site :

<object type="application/x-shockwave-flash" data="http://contemporaryfunctionband.co.uk/dewplayer/dewplayer-playlist.swf" width="240" height="200" id="dewplayer" name="dewplayer">
			<param name="wmode" value="transparent" />
			<param name="movie" value="http://contemporaryfunctionband.co.uk/dewplayer/dewplayer-playlist.swf" />
			<param name="flashvars" value="showtime=true&autoreplay=true&xml=http://contemporaryfunctionband.co.uk/dewplayer/playlist.xml" />
			</object>


I tested and it works.
hopper a écrit :
Hi Smiley cligne !

I don't speak very well english. But, I want to try to help you. You just need to put this code in a page of your site :

&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://contemporaryfunctionband.co.uk/dewplayer/dewplayer-playlist.swf&quot; width=&quot;240&quot; height=&quot;200&quot; id=&quot;dewplayer&quot; name=&quot;dewplayer&quot;&gt;
			&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
			&lt;param name=&quot;movie&quot; value=&quot;http://contemporaryfunctionband.co.uk/dewplayer/dewplayer-playlist.swf&quot; /&gt;
			&lt;param name=&quot;flashvars&quot; value=&quot;showtime=true&amp;autoreplay=true&amp;xml=http://contemporaryfunctionband.co.uk/dewplayer/playlist.xml&quot; /&gt;
			&lt;/object&gt;


I tested and it works.


Thank you very much that was the exact code I needed.
Where did you find that exact code or did you generate it yourself?
Is this HTML5 compatible?

Thanks Smiley smile
You're welcome. I read instructions of Dewplayer and I modify some of the code. Yes, it's compatible with HTML5.

Do you have tested it on your site?