Video.GetLength

number Video.GetLength (

string ObjectName )

Example 1

total_time = Video.GetLength("Intro Vid");

Retrieves the length of the video in the "Intro Vid" video object and stores it in a variable called total_time.

See also: Related Actions