C# Class Recurity.Swf.AVM1.ActionGotoFrame

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

Protected Properties

Property Type Description
_frameIndex System.UInt16

Public Methods

Method Description
ActionGotoFrame ( ) : System

Instructs Flash Player to go to the specified frame in the current file

ActionGotoFrame ( UInt16 frame ) : System

Goes to a frame and is stack based.

ToString ( ) : string

Converts the action to a string

Protected Methods

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

Parses frame number to go to from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( BinaryWriter outputStream ) : ulong

Writes the frame number to go to back to the output stream

Method Details

ActionGotoFrame() public method

Instructs Flash Player to go to the specified frame in the current file
public ActionGotoFrame ( ) : System
return System

ActionGotoFrame() public method

Goes to a frame and is stack based.
public ActionGotoFrame ( UInt16 frame ) : System
frame System.UInt16 The frame numberof the destination frame.
return System

Parse() protected method

Parses frame number to go 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

Writes the frame number to go to back to the output stream
protected Render ( BinaryWriter outputStream ) : ulong
outputStream System.IO.BinaryWriter The outputstream
return ulong

ToString() public method

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

Property Details

_frameIndex protected_oe property

protected UInt16,System _frameIndex
return System.UInt16