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

hendryman’s picture

Title: Creating Playlist on-the-fly? » How To Make Flash Movie play in Thickbox/Lightbox

double post - deleted

hendryman’s picture

Title: How To Make Flash Movie play in Thickbox/Lightbox » Creating Playlist from Folder on-the-fly?

changed request title

Stuart Greenfield’s picture

Status: Active » Closed (fixed)

Over 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.