Reputation: 79
I have written a slider which includes a vimeo embedded video one of it's slides. How can I stop my slider to auto_next() when a user push the play button of vimeo video player?
I know how to stop my slides as you can guess, but i don't know how to listen vimeo's play event.
Thanks for Help!
Upvotes: 1
Views: 2496
Reputation: 121
You can use the Froogaloop library. Here is a link to download: https://github.com/vimeo/player-api/tree/master/javascript
There is a detailed example of using it on the Vimeo developer website under the section "Calling the API with Froogaloop": http://developer.vimeo.com/player/js-api
Upvotes: 2