C# Class Recurity.Swf.AVM1.ActionGoToLabel

Blitzableiter ActionGoToLabel represents the Adobe AVM1 ActionGoToLabel
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_label string

Public Methods

Method Description
ActionGoToLabel ( ) : System

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

ActionGoToLabel ( string label ) : System

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

ToString ( ) : string

Converts the action to a string

Protected Methods

Method Description
Parse ( System sourceStream, byte sourceVersion ) : void

Reads the label to jump to from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the label to jump to back to an output stream

Method Details

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

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 ( string label ) : System
label string The label name
return System

Parse() protected method

Reads the label to jump to from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
return void

ParseFrom() protected method

Parses the action from a string array
protected ParseFrom ( ) : bool
return bool

Render() protected method

Renders the label to jump to back to an output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
return ulong

ToString() public method

Converts the action to a string
public ToString ( ) : string
return string

Property Details

_label protected_oe property

protected string _label
return string