Movie::GotoFrame

Movie::GotoFrame
virtual void GotoFrame(unsigned frameNumber) = 0;
Description

GotoFrame moves a playhead to a specified frame. Note that calling this method may cause ActionScript tags attached to frames to be bypassed.

Parameters
Parameters 
Description 
unsigned frameNumber 
A frame to which the playhead will be moved, starting with 0.