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

ActionNextFrame() public method

Instructs Flash Player to go to the next frame in the current file
public ActionNextFrame ( ) : System
return System
        public ActionNextFrame()
        {
            _StackOps = new StackChange[ 0 ];
        }
ActionNextFrame