Forum Discussion
PhilMayor-b4ca0
9 months agoCommunity Member
Play button
Is there a way to detect if the play button has been pressed on a video? I have a play/pause button on the slide as well and want to keep them both in sync
Nedim
9 months agoCommunity Member
Hi Phil,
I use a javascript video "ontimeupdate" function to detect if video is playing or not. Basically, it detects when either play or pause button has been pressed. Not sure if it's exactly what are you looking for. Check my short video and let me know if you need a code.