Seek Method

Sequencer Control

Changes the current playback position of the Sequencer control to another specified point in playback.

Syntax

VBScriptcall sequencerObj( "actionsetname" ).Seek( time )
JScriptsequencerObj.item( "actionsetname" ).Seek( time );

Parameters

actionsetname
Name of the action set.
time
New time for sequencer to continue playback.

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.