The code looks correct, %3F is a urlencoded questionmark.
When you request
http://localhost/demo/modules/EnhancedX ... playlist=1 you should get the playlist XSPF/XML file.
This is what the (working) code looks like overhere:
Code: Select all
<object type="application/x-shockwave-flash" width="400" height="170" data="http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/xspf/Extended/xspf_player.swf?playlist_url=http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/playlist.xml.php%3Fplaylist=1&autoresume=1&autoplay=0&autoload=1&shuffle=0&repeat=0">
<param name="movie" value="http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/xspf/Extended/xspf_player.swf?playlist_url=http://dee.demon.nl/cmsmadesimple-trunk/modules/EnhancedXSPF/playlist.xml.php%3Fplaylist=1&autoresume=1&autoplay=0&autoload=1&shuffle=0&repeat=0" />
</object>
In the
SVN version I got rid of the playlist Uploads category, you can now select the mp3's from all Uploads files, I'll add support for playing single files (without a playlist, specifying the uploads id and using the play_song parameter of xspf player) and release it as 0.2 soon.
Regards,
D