Proposal: Basic embedded iframe player API #595
Replies: 3 comments 4 replies
-
There is embedded, under the share options below a video. Are you referring to this or something else? |
Beta Was this translation helpful? Give feedback.
-
I believe they're asking about an API for a webpage to be able to control (start, pause, etc) an embedded video, the way Youtube explains here: https://developers.google.com/youtube/iframe_api_reference And if they weren't asking about that, I would still like to propose that feature. I was seeing if it existed when I found this issue. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to add this functionality to my site myself by using postMessage and editing the files in /static/js to execute the same functions as the player buttons themselves, but it's very hard with only a minified javascript file to try to understand. Is there a non-minified video.min.js file somewhere? I see a video.js file in the same directory, but it is also minified. |
Beta Was this translation helpful? Give feedback.
-
Similarly to YouTube iframe API
https://developers.google.com/youtube/iframe_api_reference
components/video-player/VideoPlayer.jsx
Beta Was this translation helpful? Give feedback.
All reactions