Recurity.Swf.AVM1.ActionGotoFrame.ActionGotoFrame C# (CSharp) Method

ActionGotoFrame() public method

Instructs Flash Player to go to the specified frame in the current file
public ActionGotoFrame ( ) : System
return System
        public ActionGotoFrame()
        {
            this._frameIndex = 0;
            _StackOps = new StackChange[ 0 ];
        }

Same methods

ActionGotoFrame::ActionGotoFrame ( UInt16 frame ) : System