QuickTime.SetPos

QuickTime.SetPos ( 

string ObjectName,

number X,

number Y )

Example 1

QuickTime.SetPos("QuickTime1", 0, 0);

Sets the "QuickTime1" QuickTime object's X coordinate to 0 and the Y coordinate to 0. The object will be moved to the upper left hand corner of the page from it's current position.

See also:  Related Actions