Loop
(boolean) Whether to make the video loop when it reaches the end:
VALUE DESCRIPTION |
|
true |
Loop. |
false |
Don't loop. (Default) |
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.Pause
OverviewExamples
Video.Pause ( string ObjectName )
De s cr ip t ion
Pauses the video's playback in a video object.
P arame t er s
ObjectName
(string) The name of the video object.
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.Play
OverviewExamples
Video.Play ( string ObjectName )
De s cr ip t ion
Starts playing the video currently loaded in a video object.
P arame t er s
ObjectName
(string) The name of the video object.
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.Seek
OverviewExamples
Video.Seek ( string ObjectName,
number SeekType,
number SeekTime = 0 )
De s cr ip t ion
Seeks to a position in a video that is loaded in a video object.
P arame t er s
ObjectName
(string) The name of the video object.