halliewuud
halliewuud

Reputation: 2785

Pause a youtube video in a slideshow

I have a slideshow/slider containing images and videos from youtube. Is it possible to pause the current youtube video if the next or prev button is pressed. Also would i be able to auto play the clip when one comes back to the same slide?

Upvotes: 1

Views: 669

Answers (1)

Daniil Ryzhkov
Daniil Ryzhkov

Reputation: 7596

Yes. YouTube JavaScript Player API Reference is what you need https://developers.google.com/youtube/js_api_reference#GettingStarted

Use player.stopVideo() method.

Upvotes: 1

Related Questions