Vimeo-jQuery-API
Vimeo-jQuery-API copied to clipboard
A simple Vimeo API using standard jQuery event structures
Looking at the method description im very confused as to why it is returning a "play" string when im expecting an integer
Hi there, I have a simple question: how can I disable autoplay?
When I seek to a specific position in the video it is no longer playable. It appears to have moved to the appropriate position and fires a play message as...
Uncaught TypeError: $(...).vimeo is not a function at HTMLDocument. (products:1290) at fire (Scripts/jquery-1.10.2.js:3049) at Object.fireWith [as resolveWith] (Scripts/jquery-1.10.2.js:3161) at Function.ready (Scripts/jquery-1.10.2.js:433) at HTMLDocument.completed (Scripts/jquery-1.10.2.js:104)
Hello, I've been enjoying this plugin very much however I've been having a little trouble getting the API events to work. In short, using: ``` $('#video').on('finish',function () { console.log('finished'); });...
Hi, there was a stray `console.log` in the code. This removes it.
I would be great if we can create a method for PlayBack speed.
Hello, Thanks for this great plugin. What should I do in order to make the video fullscreen? We want to add a play/pause button and a fullscreen button as well....
Unfortunately the event states are not working properly. Using the current version (april 9th) and the example codes I cant retrieve the play state. `$('#video').on("play", function(){ console.log( "Video is playing"...
Hi, nice plugin, I really appreciate the work. At the end of the video, both 'pause' and 'finish' event fire. Am I doing something wrong or is it some kind...