C# 클래스 Recurity.Swf.AVM1.ActionGetURL

Blitzableiter ActionGetURL represents the Adobe AVM1 ActionGetURL
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

보호된 프로퍼티들

프로퍼티 타입 설명
_URL string
_target string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

ActionGetURL() 공개 메소드

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
리턴 System

ActionGetURL() 공개 메소드

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)
리턴 System

Parse() 보호된 메소드

Parses URL and target from the source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
리턴 void

ParseFrom() 보호된 메소드

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

Render() 보호된 메소드

Renders URL and target back to the output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
리턴 ulong

ToString() 공개 메소드

Converts the action to a string
public ToString ( ) : string
리턴 string

프로퍼티 상세

_URL 보호되어 있는 프로퍼티

The URL
protected string _URL
리턴 string

_target 보호되어 있는 프로퍼티

The target
protected string _target
리턴 string