|
|
|
|
|
by Someone1234
3782 days ago
|
|
> If "insight" means "tracking", this sounds very user-friendly. What about a slideshow which has a video of the speaker, and changes the slides for particular timestamps. At the moment you'll have to detect the playback event and just hope that the video is playing back at the "correct" speed, and change the slides based on a JavaScript clock. While that works most of the time, it isn't what I'd describe as reliable. Alternatives exist, like making the slides part of the video too, but now text cannot be copied out, links cannot be clicked, and so on... |
|
[1] https://developer.mozilla.org/en-US/docs/Web/Events/timeupda...
[2] https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaEl...
Edit: Added links for quick reference.