How to identify when video has enough data loaded to be played? oncanload, oncanloadthrough #668
lucashfreitas
started this conversation in
General
Replies: 2 comments
-
yes, these events are not supported currently. have you tried using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Was this event added to the Vimeo Player at any time? For a client project we need to know when to hide the poster image that overlays the Vimeo iFrame. This should only happen if the vimeo video can actually play. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some applications, we might want to do stuff only when the video is loaded, for that we can use
canplay
oroncanplaythrough
events of video component.Vimeo player doesn't expose any of those browser API for video components.
How do we identify if the video has enough downloaded data to be played?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions