I've tried to do this several ways without success.
I want to pause a video when it reaches a certain playback time in seconds. I've tried comparing a value to the video.playbacktime in seconds, then setting a boolean value to become true. This was suppose to pause the video.
Any suggestions?