Shoutbox

XSPF Player(Myspace) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: XSPF Player(Myspace) (/showthread.php?tid=75666)

XSPF Player(Myspace) by vaccination on 06-26-2007 at 03:39 PM

So I'm trying to use the slim music player from http://musicplayer.sourceforge.net/ on my myspace page.(Under the "Music" heading)

Can't get it to work though, the player doesn't show up at all.

code:
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="20" width="400" data="http://vaccination.kernke.org/player/xspf_player_slim.swf?song_url=http://vaccination.kernke.org/player/Gore%20Gore%20Gadget.mp3">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="http://vaccination.kernke.org/player/xspf_player_slim.swf?song_url=http://vaccination.kernke.org/player/Gore%20Gore%20Gadget.mp3" />
</object>


Any ideas? =[
RE: XSPF Player(Myspace) by rav0 on 06-30-2007 at 12:33 PM

Maybe try this. It's based on the Youtube embed code, which works on Myspace, but I haven't tested this.

code:
<object width="400" height="20"><param name="movie" value="http://vaccination.kernke.org/player/xspf_player_slim.swf?song_url=http://vaccination.kernke.org/player/Gore%20Gore%20Gadget.mp3"></param><param name="wmode" value="transparent"></param><embed src="http://vaccination.kernke.org/player/xspf_player_slim.swf?song_url=http://vaccination.kernke.org/player/Gore%20Gore%20Gadget.mp3" type="application/x-shockwave-flash" wmode="transparent" width="400" height="20"></embed></object>

If it doesn't work; holla back and I'll make a proper version (unless somebody else beats me).