I'm having a intermittent issue getting our jplayer playlist working in FF. It works sometimes, and largely not working. It seems to work properly in FF viewing the example, but not on our site. It is most likely something I've done, but not sure what. Any help would be greatly appreciated. My thought is it's something I might have misconfigured with the plugin. I'm using the latest jplayer 1.2. Thanks.

#our site
http://www.splcenter.org/voices

#demo site
http://www.happyworm.com/jquery/jplayer/latest/demo-02.htm

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nottaken’s picture

I noticed a comment on the jplayer forum that may relate to this. In short, "..requirement that all player container elements have unique ids.." I'm looking into it further, but thought I'd mention it here if anyone has ideas. Thanks.

Firefox 3.6.6 + jPlayer 1.2.0 loading swf twice, not firing jPlayerReady
http://groups.google.com/group/jplayer/browse_thread/thread/ab7ae156cfec...

nottaken’s picture

FileSize
654 bytes

Answering my own question somewhat. A few things caused this problem in FF. Limited bandwidth caused the player to not respond, and while troubleshooting with Firebug this caused a bigger problem...using Firebug and the jplayer plugin together is a known bug.

#Firebug known issue
http://www.happyworm.com/jquery/jplayer/latest/developer-guide.htm#jPlay...

I did find that without the autoplay on, it doesn't set the first item as active, which in turn doesn't allow the play button to work when the page loads. I created a patch file that moves the setActive method outside of the autoPlay condition to set the first item as active. This is my first attempt at submitting a patch.

mandclu’s picture

Your patch definitely fixes the issue (which I had seen as well). The problem with the patch itself is that it doesn't indicate which file it should be applied against.

Let me know if you need help getting the patch re-rolled.

tvilms’s picture

I've tried the patch, it's a nice improvement. Well done.

MiSc’s picture

FileSize
969 bytes

New patch for the latest version.

nottaken’s picture

Component: Miscellaneous » Code
Category: support » bug
patrickroma’s picture

The patch doesn't seem to work for me - playlist play button still fails. I cleared all caches.

patrickroma’s picture

The last patch from #5 solved the situation for beta3

MiSc’s picture

Version: 6.x-1.0-beta1 » 6.x-1.0-beta3
Assigned: Unassigned » MiSc
FileSize
950 bytes

Here is a new patch that follow the Drupal standard, still for beta3.

VM’s picture

Status: Active » Needs review
nikosnikos’s picture

The patch #9 works for me with FF 3.6 + Ubuntu 10.10 and fixes #906454: nothing happens when I click on "play" in playlist mode + Auto-play disabled

deviantintegral’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Status: Needs review » Needs work

The patch in #9 has some pretty broken indentation that needs to be fixed.

Can anyone verify that this is still a problem in the latest 6.x-1.x release?

markie’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

All: With the release of 7.x-2.0 I am going to close this issue and look forward to any new issues created against that release. Thanks for your patience on this project.

markie’s picture

Status: Closed (outdated) » Closed (won't fix)

actually.. 6.x will no longer be supported.