This property returns the current playing time video in milliseconds.
<video>
video.name.currentTime
Read Only
integer
The following trial stops after playing a video for 10 seconds:
<trial test>
/ stimulusTimes = [1=treatmentvideo]
/ validResponse = (" ")
/ stop = {return video.treatmentVideo.currentTime == 10000}
</trial>