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? =[