You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Broke the onResume event Created Nov 9, 2009

This thread is solved

Views: 1957     Replies: 1     Last reply Nov 13, 2009  
You must login first before you can use this feature

nklatt

Posts: 2

Registered:
Nov 9, 2009

Broke the onResume event

Posted: Nov 9, 2009

I'm using the playlist plugin (v3.0.7) and the onResume callback is not getting called. So, start playing, push pause, and then resume playback and the video actually does resume playing but the play arrow overlay remains on the video, the play arrow in the controls doesn't change to a pause button, and the onResume event doesn't appear to be fired. I added an onBeforeResume handler and it is being called. For fun, I even explicitly had that callback return true.

Any ideas what might cause this to happen? What happens between the firing of the beforeResume event and the firing of the resume event, especially that I might have control over?

(Originally posted this as a reply to this bug report but am reposting here because I am 90% certain something I'm doing is causing this.)

nklatt

Posts: 2

Registered:
Nov 9, 2009

» Broke the onResume event

Posted: Nov 13, 2009

Reply to: Broke the onResume event, from nklatt
I've put together a minimal codeset that creates this issue:

http://nklatt.hutman.net/flow.html

As you can see, coming out of the paused state, the play arrows stick around. If you switch to a different video in the playlist, they go away but, if you pause/play again, they get stuck again.

Any ideas?

Thanks,

Nathan