C# Class Recurity.Swf.AVM1.ActionGetURL

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

Protected Properties

Свойство Type Description
_URL string
_target string

Méthodes publiques

Méthode Description
ActionGetURL ( ) : System

Instructs Flash Player to get the URL that UrlString specifies. The URL can be of any type, including an HTML file, an image or another Swf file. If the file is playing in a browser, the URL is displayed in the frame that TargetString specifies. The "_level0" and "_level1" special target names are used to load another Swf file into levels 0 and 1 respectively

ActionGetURL ( string URL, string target ) : System

instructs Flash Player to get the URL that UrlString specifies. The URL can be of any type, including an HTML file, an image or another Swf file. If the file is playing in a browser, the URL is displayed in the frame that TargetString specifies. The "_level0" and "_level1" special target names are used to load another Swf file into levels 0 and 1 respectively

ToString ( ) : string

Converts the action to a string

Méthodes protégées

Méthode Description
Parse ( System sourceStream, byte sourceVersion ) : void

Parses URL and target from the source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders URL and target back to the output stream

Method Details

ActionGetURL() public méthode

Instructs Flash Player to get the URL that UrlString specifies. The URL can be of any type, including an HTML file, an image or another Swf file. If the file is playing in a browser, the URL is displayed in the frame that TargetString specifies. The "_level0" and "_level1" special target names are used to load another Swf file into levels 0 and 1 respectively
public ActionGetURL ( ) : System
Résultat System

ActionGetURL() public méthode

instructs Flash Player to get the URL that UrlString specifies. The URL can be of any type, including an HTML file, an image or another Swf file. If the file is playing in a browser, the URL is displayed in the frame that TargetString specifies. The "_level0" and "_level1" special target names are used to load another Swf file into levels 0 and 1 respectively
public ActionGetURL ( string URL, string target ) : System
URL string The URL
target string The target (_self,_blank,_parent,_top)
Résultat System

Parse() protected méthode

Parses URL and target from the 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 URL and target back to the 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

_URL protected_oe property

The URL
protected string _URL
Résultat string

_target protected_oe property

The target
protected string _target
Résultat string