getVideo(id).play()
Starts playing the video file.
Example:
[js highlight=”3″ try=”true”]newVideo(“beep”, “skate.mp4”)
.print()
.play()[/js]
Starts playing the file skate.mp4.
Design and run online experiments
getVideo(id).play()
Starts playing the video file.
Example:
[js highlight=”3″ try=”true”]newVideo(“beep”, “skate.mp4”)
.print()
.play()[/js]
Starts playing the file skate.mp4.