The tar contains a module adapted 1:1 from the onepixelout module. All options the player accepts are included in admin-form.
Please be so kind to add it to your repository, I'm no drupal developer but needed the mentioned player...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

KarenS’s picture

FileSize
7.11 KB

I also wanted this, but I was looking for the version that does audio playlists, the 'Multi' version (http://flash-mp3-player.net/players/multi/), so I updated this code and added a module for the multi version too.

KarenS’s picture

Status: Active » Needs review
FileSize
11.83 KB

I've reworked this so it can do either the basic mp3 player or the multi player with an mp3 playlist. They both use the multi .swf file and either show or hide the playlist as necessary.

KarenS’s picture

Version: 6.x-2.5 » 6.x-3.x-dev

I also created a patch for the Sourceforge XSPF player at #592860: XSPF music player support. Both of these patches are for the 6.3 version where playlist support is being improved.

Poieo’s picture

The MP3 Multi-Player works great. However, any ideas on how I can get the FileField Description to display as the playlist title? Currently, the only thing I get in the playlist display is the URL to the file.

None of the files have ID3 data, so I can't go that route.

AdrianB’s picture

Subscribing.

AdrianB’s picture

I tried the zipped mp3player module in #2 but couldn't get it to work with SWF Tools 6.x-3.x-dev. I looked into the code of the module and compared it to the onepixelout module that ships with SWF Tools 6.x-3.x-dev and the code is quite different. So I guess the zipped mp3player module in #2 need to be re-written for the current SWF Tools 6.x-3.x-dev to work, right?

Poieo’s picture

FileSize
19.12 KB

You can try the attached. It meets the criteria I had for #4. It used the 3.x version of SWF Tools so your swf file will need to be placed in sites/all/libraries/mp3player.

AdrianB’s picture

Thanks, I'll look into that if I decide to try the mp3player module again. As of now I went with the onepixelout module (but added a lot of settings that the module didn't have but the new (2.x) player has).