C# Class Recurity.Swf.AVM1.ActionGoToLabel

Blitzableiter ActionGoToLabel represents the Adobe AVM1 ActionGoToLabel
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Protected Properties

Свойство Type Description
_label string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

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
Résultat System

ActionGoToLabel() public méthode

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
Résultat System

Parse() protected méthode

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
Résultat void

ParseFrom() protected méthode

Parses the action from a string array
protected ParseFrom ( ) : bool
Résultat bool

Render() protected méthode

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

ToString() public méthode

Converts the action to a string
public ToString ( ) : string
Résultat string

Property Details

_label protected_oe property

protected string _label
Résultat string