Hi, I know this is a long time ago. I'm trying to install xspf player on modx revolution 2.2.2. I've been following the wiki tut by doze. I cannot get the player to recognise my songs. I can get the player on the page but no songs. Have done a playlist as described in the tut and it's in a folder with all the mp3s in assets/songs/ - but nothing. I don't understand what I should be doing with the playlist_url [~17~], I'm not great with php, what should I replace 17 with? My code is below, any advice would be appreciated.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="250" height="250" >
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="assets/xspf_player/xspf_player.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<param name="wmode" value="transparent"/>
<embed src="assets/xspf_player/xspf_player.swf?playlist_url=[~17~]"
quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer"
align="center" height="250" width="250" wmode="transparent"> </embed>
</object>