OverviewExamples
| 
 number QuickTime.GetLength (  | 
nLength = QuickTime.GetLength("Intro Vid");
Label.SetText("LengthLabel", nLength);
Retrieves the length of the media file in the "Intro Vid" QuickTime object and stores it in a variable called nLength. The length is then set as the text of a label object.
See also: Related Actions