getVideo(id).print()
Adds the <video>
element to the screen.
Note that if you use play
on the Video element without printing it, the video will play anyway in the background.
Example:
[js highlight=”2″ try=”true”]newVideo(“skate”, “skate.mp4”)
.print()[/js]
Show an interface to play the video file skate.mp4 onto the screen.