QuickTime.SetSize

QuickTime.SetSize ( 

string ObjectName,

number Width,

number Height )

Example 1

QuickTime.SetSize("Intro", 200, 200);

Sets the "Intro" QuickTime object's width to 200 pixels and it's height to 200 pixels.

See also:  Related Actions