My dewplayer showing xml error, i wonder what problem? can anyone tell me? Are there any problem with my xml code?

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>http://sites.google.com/site/mysteriousegyptian/home/fullmetal-alchemist-2/FA-ED1.mp3</location>
<title>FA ED1</title>
</track>
<track>
<location>http://sites.google.com/site/mysteriousegyptian/home/fullmetal-alchemist-2/FA-OP1.mp3</location>
<title>FA OP1</title>
</track>
<track>
</trackList>
</playlist>



Hello,

The last <track> is not closed.

Please remind that this is a French-speaking board and that the use of any other language should be avoided.
I closed it, and put it again..it seem same..
show xml error..

<object type="application/x-shockwave-flash" data="http://www.fileden.com/files/2009/12/10/2682923/kenchyplaylist.swf?&amp;" width="240" height="200">
<param name="movie" value="http://www.fileden.com/files/2009/12/10/2682923/kenchyplaylist.swf?&amp;amp">

<param name="flashvars" value="xml=http://cp2.atspace.com/members/filemanager/index.html?dir=/kenshin5149.atspace.com/&amp;file=playlist.xml&amp;autostart=1&amp;autoreplay=1&amp;showtime=1&amp;randomplay=1">
</object>

i think should be no problem with this code either..
i wonder will be because the place i upload the xml file can't read xml file?
if it does, what website will you suggest for me?
Hello,

Not sure I understand all the information you gave. No offense, but your English sounds a bit sketchy.

Anyway, first thing to check: your playlist must be a valid XML file (you can check that with any XML validator, or by opening the file directly in a browser that supports XML, such as Firefox). What's more, it must be a valid XSPF file, and you can find validation tools here:
http://www.xspf.org/validation/
Hi, i know from the earlier comment that this should be french and i apologise, i can't put it in french without it being incorrect. I recently tried to put the Dewplayer-playlist-cover.swf on my webpage (for the moment it has not been uploaded because i am still editing the site). I get an XML error and the playlist is there but none of the songs are on it and it wont even play them. The buttons change colour as they would if it was working but it does not work. I was wondering if anyone could shed some light on this, as i have been struggling for days!

on my currently local website structure i have placed both the playlist-small.xml and dewplayer-playlist-cover.swf and all my mp3 files in a folder called audioplayer. I have also checked the validation of the XML file which is valid.

Here is my HTML code for the file.

<object type="application/x-shockwave-flash" data="audioplayer/dewplayer-playlist-cover.swf" width="429" height="195" id="dewplayer-playlist-cover" name="dewplayer">
			            <param name="movie" value="audioplayer/dewplayer-playlist-cover.swf" />
			            <param name="wmode" value="transparent" />
			            <param name="flashvars" value="showtime=true&amp;/audioplayer/xml=playlist-small.xml" />
			            <embed src="audioplayer/dewplayer-playlist-cover.swf" width="429" height="195" wmode="transparent" movie="audioplayer/dewplayer-playlist-cover.swf" playlist="xml=/audioplayer/playlist-small.xml" flashvars="showtime=true&amp;/audioplayer/xml=playlist-small.xml"></embed>
		              </object>
dankw a écrit :
Hi, i know from the earlier comment that this should be french and i apologise, i can't put it in french without it being incorrect. I recently tried to put the Dewplayer-playlist-cover.swf on my webpage (for the moment it has not been uploaded because i am still editing the site). I get an XML error and the playlist is there but none of the songs are on it and it wont even play them. The buttons change colour as they would if it was working but it does not work. I was wondering if anyone could shed some light on this, as i have been struggling for days!

on my currently local website structure i have placed both the playlist-small.xml and dewplayer-playlist-cover.swf and all my mp3 files in a folder called audioplayer. I have also checked the validation of the XML file which is valid.

Here is my HTML code for the file.

&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;audioplayer/dewplayer-playlist-cover.swf&quot; width=&quot;429&quot; height=&quot;195&quot; id=&quot;dewplayer-playlist-cover&quot; name=&quot;dewplayer&quot;&gt;
			            &lt;param name=&quot;movie&quot; value=&quot;audioplayer/dewplayer-playlist-cover.swf&quot; /&gt;
			            &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
			            &lt;param name=&quot;flashvars&quot; value=&quot;showtime=true&amp;amp;/audioplayer/xml=playlist-small.xml&quot; /&gt;
			            &lt;embed src=&quot;audioplayer/dewplayer-playlist-cover.swf&quot; width=&quot;429&quot; height=&quot;195&quot; wmode=&quot;transparent&quot; movie=&quot;audioplayer/dewplayer-playlist-cover.swf&quot; playlist=&quot;xml=/audioplayer/playlist-small.xml&quot; flashvars=&quot;showtime=true&amp;amp;/audioplayer/xml=playlist-small.xml&quot;&gt;&lt;/embed&gt;
		              &lt;/object&gt;



Hi dankw
I dont speak french, but i will tried to help you in english (bad english by the way xD).
the problem is that you wrote wrong the path of your xml file:

"/audioplayer/xml=playlist-small.xml"

this line should be:

"xml=/audioplayer/playlist-small.xml"

i have the same error than you, and i fix that error "XML error" with this little change.
if you can see the list of mp3 after this change but you cant hear the audio.. check inside of your xml file, in the <location></location> tags and add the path of you folder, like this:

<location>/audioplayer/mp3/test1.mp3</location>

i hope this can help you, and help any other person.

;)