Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

[#953] Pulled in jbucks patch to make frameAnimation no longer fire whil... #234

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dseif
Copy link
Contributor

@dseif dseif commented Nov 20, 2012

...e paused

}).cue( 1, function() {
// Pause the video with an external API as if the user
// was pausing the video with the media controls
document.getElementById( "video" ).pause();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not quite the same thing... You'll need to dispatch a click event to the video element.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants