Recent Topics

1 May 15, 2005 00:44    

http://forevergeek.com/articles/xspf_a_better_way_to_play_mp3s_on_your_site.php

is a nice article about how to imbed a xspf baised flash player on your blog.

I thought i had everything set up but the player hangs on "loading playlist"

has anyone else tried this?

my playlist is http://blog.gothicwolf.net/playlist.xpsf


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="xspf_player" align="middle" height="15" width="400">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="http://blog.gothicwolf.net/media/inlineplayer/xspf_player_slim.swf?playlist_url=http://blog.gothicwolf.net/playlist.xpsf&autoload=true">
<param name="quality" value="high">
<param name="bgcolor" value="#e6e6e6">
<embed src="http://blog.gothicwolf.net/media/inlineplayer/xspf_player_slim.swf?playlist_url=http://blog.gothicwolf.net/playlist.xpsf&autoload=true" quality="high" bgcolor="#e6e6e6" name="xspf_player" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="15" width="400">
</object>

2 May 15, 2005 09:57

The requested URL /playlist.xpsf was not found on this server

Check the location and name of your playlist.

¥

3 May 15, 2005 16:03

thank you. i had put playlist.xpsf in the code but the file was correctly named playlist.xspf

fixed the typo now the player works great.

4 Jun 12, 2006 03:38

I used that one in the past.

I suggest using Wimpy MP3 player.

It's skinnable, and incredibly nice. It automatically detects folders/songs and there's no need to make a playlist, although you can. You can see an example on my site, and I also have it embedded in my Myspace profile.

http://www.chadneu.com/index.php/Music


Form is loading...