I copied the whole 'players' directory from Audio Module (5.x-1.2) to mediafield_display directory. The 'Button player' does not play anything. The animation starts, but nothing is played.
If 'Display Fields' is changed to '1 Pixel Out', then the audio is played correctly.

CommentFileSizeAuthor
#5 button_4.patch2.29 KBcolan

Comments

nedjo’s picture

I noticed this too. I thought it had to do with the particular mp3 file I was playing, as the first ones I tried worked, but maybe not.

jpsalter’s picture

I'm having the same problem.

colan’s picture

Priority: Normal » Critical

I'm getting this too. Anyone have any ideas?

colan’s picture

Assigned: Unassigned » colan

I'm quite sure this is the same issue as http://drupal.org/node/162379. I'll start working on a patch that doesn't require the audio module.

colan’s picture

Status: Active » Needs review
StatusFileSize
new2.29 KB

I think this'll do the trick.

schwa’s picture

Alas, I applied the patch, reloaded module admin page to reset cache, specified button player for all cases, then submitted a fresh new node, but no joy. Button player still spins endlessly; and now upon reloading of nodes at any time after initial posting, it reverts to the 1pixelout player -- or is this the intention of the patch -- perhaps I misunderstoood its purpose?

colan’s picture

It should just make the button player work, that's all. It seems to work for me. Can anyone else give this a try & see if it works?

nedjo’s picture

Status: Needs review » Fixed

Thanks colan. I applied a minimal patch (used str_replace() to reverse the escaping of http://).

Fixed in 5.x dev and HEAD.

schwa’s picture

Works great! [I was having a file permissions problem (secure server) that made the replay fail with no error message.]

Thanks VERY much for a much-needed and fabulous extension to the mediafield module.

dtabach’s picture

Status: Fixed » Closed (fixed)