svelte-video-player
svelte-video-player copied to clipboard
Info request - autoplay or seeking from outside the component
First of all, thank you for the player;
I am probably missing some basic information;
is there a way to cause video seeking to a specific time , or play/pause from an external event instead of a user interaction?
like
- "autoplay onmount"
- seek to 00:05 when the user click a specfic button on page
thank you