OverviewExamples
| 
 QuickTime.LoadFile (  | 
Loads a media file into a QuickTime object.
(string) The name of the QuickTime object.
(string) The path to the media file. Click the browse button to select a file.
(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)  | 
(boolean) Whether to make the media loop when it reaches the end:
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Loop.  | 
| 
 false  | 
 Don't loop. (Default)  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions