|

Loop


image

(boolean) Whether to make the media loop when it reaches the end: VALUE DESCRIPTION



true


Loop.


false


Don't loop. (Default)


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

QuickTime.Pause

OverviewExamples

boolean QuickTime.Pause ( string ObjectName )


De s cr ip t ion


Pauses the media's playback in a QuickTime object.


P arame t er s


ObjectName


(string) The name of the QuickTime object.


Re t u r n s


(boolean) True if the media paused successfully, false if it didn't. You can use Application.GetLastError to determine whether this action failed, and why.


|