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

ActionGoToLabel() public method

Instructs Flash Player to go to the frame associated with the specified label. You can attach a label to a frame with the FrameLabel tag
public ActionGoToLabel ( ) : System
return System
        public ActionGoToLabel()
        {
            _StackOps = new StackChange[ 0 ];
        }

Same methods

ActionGoToLabel::ActionGoToLabel ( string label ) : System