QuickTime.Play

boolean QuickTime.Play ( 

string ObjectName,

number Rate = 1.0 )

Example 1

--Play in slow motion
QuickTime.Play("QuickTime1", 0.5);

Starts playing the media that is currently loaded in the "QuickTime1" QuickTime object at a rate of 0.5.

See also:  Related Actions