video.play

description

Starts playing the video file.

syntax

getVideo(ELEMENT_NAME).play()

example(s)


@newVideo("beep", "skate.mp4")
@    .print()
@    .play()
  • Starts playing the file skate.mp4.