View Single Post
Old 02-12-2009, 11:34 PM   PM User | #1
markwhite1980
New to the CF scene

 
Join Date: Feb 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
markwhite1980 is an unknown quantity at this point
Unhappy XSPF player not showing playlist

I'm trying to get the xfps extended player going on my website. Using iweb on my mac (apologies any anti-mac people). It provides html snippet insertion so should rthe process it presumably the same for other programs/platforms.

Find below the following codes along with description of where things are. Please somebody help, I've spent two days solid on it now with no luck....I'm a musician not a programmer....just need to get my site up and running.

www.markwhitemedia.com/music

downloaded files xspf_player.as, xspf_player.fla & xspf_player.swf to page on ftp as instructed from http://musicplayer.sourceforge.net/

HTML code inserted on page (I know it's different to the original one from the source page - no mention of my site's domain, but this one actually shows the player and the original doesn't even do that)

<object type="application/x-shockwave-flash" width="400" height="170"
data="xspf_player.swf?playlist_url=http://markwhitemedia.com/music/testplaylist.xspf">
<param name="movie" value="xspf_player.swf?playlist_url=http://markwhitemedia.com/music/testplaylist.xspf" />
</object></body></html>

Soshow player but no playlist showing up with this.

Playlist is called testplaylist.xspf and has been uploaded into the music page on ftp

Playlist code:

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="0" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>http://www.markwhitemedia.com/music/latelounge.mp3</location>
<annotation>Late Lounge</annotation>
<image></image>
</track>
</trackList>
</playlist>

Again I've uploaded the latelounge.mp3 file to the music page too. I have loads of tracks but want to test with only one at first to keep things simple.

If you can help I'd greatly appreciate it as it's driving me crazy!

Thanks
markwhite1980 is offline   Reply With Quote