QuickTime.LoadFile

QuickTime.LoadFile ( 

string  ObjectName,

string  Filename,

boolean PlayAutomatic = false,

boolean Loop = false )

Example 1

QuickTime.LoadFile("Video Intro", "AutoPlay\\Videos\\intro.mov", true, false);

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

See also:  Related Actions