getYoutube(id).play()
Starts playing the video. If you did not use print
before, the video will not be visible on the screen but sound will start playing anyway.
Example:
[js try=”true” highlight=”3″]newYoutube(“mcgurk”, “aFPtc8BVdJk”)
.print()
.play()
.wait()
[/js]
Plays a mind-blowing video demonstrating the McGurk effect.