I'm currently working on a site for selling mp3 downloads. I have a nice setup using CCK Media field+media field display for my 30-second previews, CCK nodereferencing for album views, etc..
One really cool feature for this site would be to have popup player for all the users purchased mp3-files. I'm not sure how to implement this.
Using swftools-module for example, something like this could work:
<?php
$playlist = swftools_prepare_playlist_data(array('file1.mp3', 'file2.mp3', 'file3.mp3'));
print swf_list($playlist);
?>But I'm not sure how to get the files the user has purchased into this playlist, or how to make this popup player.
Any suggestions or questions welcome
Jens
