The Wayback Machine - https://web.archive.org/web/20201230060607/https://github.com/topics/jplayer
Skip to content
#

jplayer

Here are 25 public repositories matching this topic...

jfbloom22
jfbloom22 commented Apr 18, 2018

Intention is to stop playback and reset the playhead back to the beginning.
I started off dispatching two actions:

dispatch(actions.setPlayHead(id, .1));
dispatch(actions.pause(id));

This worked the first time I called it but failed subsequent times. See my other issue about this: jplayer/react-jPlayer#13

What ended up working great:
`dispatch(action

Improve this page

Add a description, image, and links to the jplayer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jplayer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.