QuickTime.GetPos

table QuickTime.GetPos ( 

string ObjectName )

Example 1

Vid_Pos = QuickTime.GetPos("Intro Video");

Gets the current X, Y coordinates of the "Intro Video" QuickTime object and stores the results in a table called "Vid_Pos." These values can be accessed by referencing Vid_Pos.X and Vid_Pos.Y.

See also:  Related Actions