Starting a video at specific time #1081
Answered
by
fisher0fm3n
fisher0fm3n
asked this question in
Q&A
-
Is it possible to start a video at given time in seconds using plyr-react? |
Beta Was this translation helpful? Give feedback.
Answered by
fisher0fm3n
Oct 11, 2023
Replies: 2 comments 3 replies
-
Did you find the answer? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I used: player.forward(199); Once the player had loaded |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah I did
I used the function based component here. It kept returning undefined for me initially because it loaded before the data I was pulling in before my API could be appl…