SeekTime
(number) The time to seek to (or seek by). Defaults to 0.
Note: Only used if SeekType is 2, 3, or 4.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Video.SetEnabled
OverviewExamples
Video.SetEnabled ( string ObjectName,
boolean Enabled = true )
De s cr ip t ion
Sets the enabled/disabled state of a video object.
Note: When a video object is disabled, it doesn't respond to user interaction.
P arame t er s
ObjectName
(string) The name of the video object.