video.play

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.