can you please tell me if (and how) i can create a mp3-player (preferrably Wijering) "on the fly" from a folder of mp3 files that resides on my server?
let's say my files are in
(path_to_drupal_file_directory/mymp3s)
i would like to be able to use something like
<$embed=$mymp3s>
as a tag in a post.
drupal would then replace the tag with an embedded flash player that reads all files in folder and displays them as a clickable playlist...
would appreciate any input - thanks for your great work!
Comments
Comment #1
hendryman commenteddouble post - deleted
Comment #2
hendryman commentedchanged request title
Comment #3
Stuart Greenfield commentedOver two years old!
I'm going to close the issue as part of queue maintenance.
The way to do this would be to write a small directory scan function, and pass the resulting list of files directly to the swf() function which will then render them to a playlist.