I have a view with audio fields using jplayer. Only the first one can play the media, the rest applies the # hash and scroll to the top when hitting the play button.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | audiofield_beta6_issuse_1689238_multiple_jplayer_bug.diff | 486 bytes | itarato |
Comments
Comment #1
itarato commentedThe problem is that the jPlayer plugin (v 2.0.0) is using the default css selector for the player: #jp_interface_1
To override this setting we have to provide it in the options array. The patch intended to fix that part. I tested it and it's working.
Please, consider merging it. Thanks!
Comment #2
itarato commentedComment #3
Taxoman commentedComment #4
tamerzg commentedNow version 7.x-1.0 supports Jplayer through https://www.drupal.org/project/jplayer module so the latest version is working fine.