View Full Version : XSPF Music Player


oldnavyjen00
02-17-2007, 06:39 PM
My musicplayer has been working fine on myspace www.myspace.com/jenniferlynn1982without any issue. However, recently it started to not even show up (I'm wondering if it's something to do with upgrading to the new IE.)

I deleted the code from my page and re-keyed it. I can see a white box where the musicplayer Should be.. it's just not showing up, nor is it playing.

Here's the code I keyed:
<div class="Music">
<embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false"
src="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" quality="high" name="xspf_player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="130" width="130"></embed>
</div>

For some reason, if I go back to edit it, here's what displays:
<div class="Music">
<object type="application/x-shockwave-flash" data="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" height="130" width="130" align="center">
<param name="movie" value="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" />
<param name="allownetworking" value="internal" />
<param name="allowScriptAccess" value="never" />
<param name="enableJSURL" value="false" />
<param name="enableHREF" value="false" />
<param name="saveEmbedTags" value="true" />
<param name="quality" value="high" />
</object>
</div>


I do not know where the extra code is coming from and if that is perhaps what is preventing my player from working.

Please help!

xKarenx3Kylex
02-20-2007, 11:21 PM
Well I dont know.
But if you want a music player that Actually works then go to projectplaylist.com
um I dont know.
my Music player works fine.
and I got it from there.
=]

LeSabre
02-23-2007, 06:24 AM
Check your urls to make sure they are correct and make sure the files are actually there. My XSPF player code is exactly the same and works fine. I even tried it on my MySpace test account to make sure.

That extra code is stuff that MySpace automatically puts in there because of it's site filters. Don't worry about what it's adding. :)

calam819
02-25-2007, 08:10 PM
I have project playlist on my page and it works great. You do have to refresh your playlist every once & a while and check your songs because sometimes their link will no long work. I change out my songs pretty often so I rarely have that happen.

maxjordan
02-26-2007, 12:37 AM
My musicplayer has been working fine on myspace www.myspace.com/jenniferlynn1982without any issue. However, recently it started to not even show up (I'm wondering if it's something to do with upgrading to the new IE.)

I deleted the code from my page and re-keyed it. I can see a white box where the musicplayer Should be.. it's just not showing up, nor is it playing.

Here's the code I keyed:
<div class="Music">
<embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false"
src="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" quality="high" name="xspf_player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="130" width="130"></embed>
</div>

For some reason, if I go back to edit it, here's what displays:
<div class="Music">
<object type="application/x-shockwave-flash" data="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" height="130" width="130" align="center">
<param name="movie" value="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" />
<param name="allownetworking" value="internal" />
<param name="allowScriptAccess" value="never" />
<param name="enableJSURL" value="false" />
<param name="enableHREF" value="false" />
<param name="saveEmbedTags" value="true" />
<param name="quality" value="high" />
</object>
</div>


I do not know where the extra code is coming from and if that is perhaps what is preventing my player from working.

Please help!
I know what is the problem. Is where you host this files. Which is Filelodge.
You have to get another host link. Because Filelodge is down. And a lot of people don't know that is filelodge.

If you want to see a proof. Go to http://myspace.com/jordanus1234
u will see that mine works with the same code that u have the only difference is that i have a different host, not Filelodge.

Good Luck.