virtual void GotoFrame(unsigned frameNumber) = 0;
GotoFrame moves a playhead to a specified frame. Note that calling this method may cause ActionScript tags attached to frames to be bypassed.
Parameters |
Description |
unsigned frameNumber |
A frame to which the playhead will be moved, starting with 0. |