I have been trying to put the XSPF Web Music Player by Fabricio Zuardi and it isnt working correctly.
This is the code I've been using:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.macromedia.com/pub...ersion=7,0,0,0"
width="400" height="168" >
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="xspf_player_slim.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<embed src=" http://www.freewebs.com/gravirei-guild/votari.xspf"
quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage=" http://www.macromedia.com/go/getflashplayer"
align="center" height="168" width="400"> </embed>
</object>
Since the player is in the same folder as the page I don't have to put the URL. The XSPF file has been named.... but when I go to play the player it plays The Go! Team - Huddle Formation. I have no clue who they are or why its doing that. Please help.
|