{{newin|[[0.10.0]]|100|type=function}}
Sets the current playback position of the Video.
== Function ==
=== Synopsis ===
<source lang="lua">
Video:seek( offset )
</source>
=== Arguments ===
{{param|number|offset|The time in seconds since the beginning of the Video.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Video]]
* [[Video:rewind]]
* [[Video:tell]]
[[Category:Functions]]
{{#set:Description=Sets the current playback position of the Video.}}
== Other Languages ==
{{i18n|Video:seek}}