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
I have only very basic knowledge of JavaScript so bear with me :D
I can get a reference to the player as specified in the documentation and issue .play() and .pause() etc. to start/stop playback. How can I seek to a specific timepoint? I'm not using any JavaScript Framework (Angular/Svelte etc.), no npm - just plain HTML and linking to the prod.js file and css files as explained in the Getting Started part.
Any help/pointers welcome :-)
/EDIT I thought about using invisible seek buttons, modifying the seconds attribute and clicking it via JavaScript but it felt wrong - I'm sure there is a proper way.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I'm trying to seek to specific points.
I have only very basic knowledge of JavaScript so bear with me :D
I can get a reference to the player as specified in the documentation and issue
.play()
and.pause()
etc. to start/stop playback. How can I seek to a specific timepoint? I'm not using any JavaScript Framework (Angular/Svelte etc.), no npm - just plain HTML and linking to theprod.js
file and css files as explained in the Getting Started part.Any help/pointers welcome :-)
/EDIT I thought about using invisible seek buttons, modifying the seconds attribute and clicking it via JavaScript but it felt wrong - I'm sure there is a proper way.
Beta Was this translation helpful? Give feedback.
All reactions