Skip to main content Link Menu Expand (external link) Document Search Copy Copied

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.