{{newin|[[0.10.0]]|100|type=function}}
Starts playing the Video. In order for the video to appear onscreen it must be drawn with [[love.graphics.draw]].
== Function ==
=== Synopsis ===
<source lang="lua">
Video:play( )
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.
== See Also ==
* [[parent::Video]]
* [[Video:pause]]
* [[Video:isPlaying]]
[[Category:Functions]]
{{#set:Description=Starts playing the Video.}}
== Other Languages ==
{{i18n|Video:play}}