Video.Load

Video.Load (

string ObjectName,

string Filename,

boolean PlayAutomatic = false,

boolean Loop = false )

Description

Loads a video file into a video object.

Parameters

ObjectName

(string) The name of the video object.

Filename

(string) The path to the video file. Click the browse button to select a file.

PlayAutomatic

(boolean) Whether to automatically start playing the video after it loads:

VALUE

DESCRIPTION

true

Automatically start playing the file.

false

Don't play the file until told to do so. (Default)

Loop

(boolean) Whether to make the video loop when it reaches the end:

VALUE

DESCRIPTION

true

Loop.

false

Don't loop. (Default)

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions