You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
I am unable to receive progress events using the stock setup as described on your site - I've narrowed it down to the following in the onPlayProgress function:
if (!iframeEl.data('progress')) {
return;
}
I have confirmed I am receiving progress information from the data variable.
I don't see anywhere in the Vimeo docs or in your code that indicates when that iframe would have a progress data attribute.
Thanks - and great work!
The text was updated successfully, but these errors were encountered:
I removed that block of code as I feel it's unnecessary and it was also breaking this functionality for me, haven't seen any negative impact this has had on functionality - not sure why this would be used over the data attribute that is passed.
I am unable to receive progress events using the stock setup as described on your site - I've narrowed it down to the following in the onPlayProgress function:
I have confirmed I am receiving progress information from the data variable.
I don't see anywhere in the Vimeo docs or in your code that indicates when that iframe would have a progress data attribute.
Thanks - and great work!
The text was updated successfully, but these errors were encountered: