QuickTime.GetFile

string QuickTime.GetFile ( 

string ObjectName )

Example 1

strCurrentFile = QuickTime.GetFile("QuickTime1");
Input.SetText("FileInput", strCurrentFile);

Gets the path to the media file currently loaded in the QuickTime object called "QuickTime1" and stores it in a variable called "strCurrentFile." The path text is then set in the Input object named "FileInput."

See also:  Related Actions