Changes the current playback position of the Sequencer control to another specified point in playback.
Syntax
VBScript call sequencerObj( "actionsetname" ).Seek( time ) JScript sequencerObj.item( "actionsetname" ).Seek( time );
Parameters
- actionsetname
- Name of the action set.
- time
- New time for sequencer to continue playback.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.