QuickTime.LoadFile

QuickTime.LoadFile (

string ObjectName,

string Filename,

boolean PlayAutomatic = false,

boolean Loop = false )

Description

Loads a media file into a QuickTime object.

Parameters

ObjectName

(string) The name of the QuickTime object.

Filename

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

PlayAutomatic

(boolean) Whether to automatically start playing the media 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 media 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