Video.Load

Video.Load ( 

string  ObjectName,

string  Filename,

boolean PlayAutomatic = false,

boolean Loop = false )

Example 1

Video.Load("Video Intro", "AutoPlay\\Videos\\intro.mpg", true);

Loads "AutoPlay\Videos\intro.mpg" into the "Video Intro" video object, and starts to play it automatically.

Example 2

Video.Load("Video1", "AutoPlay\\Extended Movies\\why_cows_hate_snow.avi");

Loads the "AutoPlay\Extended Movies\why_cows_hate_snow.avi" file into the video object named "Video1."

See also:  Related Actions