I really love this module its so flexible

I needed to use the button player found here http://musicplayer.sourceforge.net/ for my mp3 files on some occasions instead of the onepixelout player. I used to use it in Drupal 5 with the mediafield_display module but needed its use for Drupal 6.

I created a new addon module for the button player using the onepixelout module as a skeleton, I've tested it and it works perfectly.

If I use print swf($output, array('methods' => array('player' => 'button')));
I can force the use the button player instead of the onepixelout player or alternatively I can use
print swf($output, array('methods' => array('player' => 'onepixelout')));
to force the use of the onepixelout player over the button player. Just beautiful.

I've attached the changes in a zip file for now, all you need to do is extract it into the swftools directory and enable the button module.

When I get some time I'll create a proper patch for it against the dev version

CommentFileSizeAuthor
button.zip8.54 KBvivianspencer