Flash'In'App - ESNetscapePluginView - Class constants

The following constants of StreamLoadType type are used to return external resources loading type:

 

StreamLoad_None

Do not load data

StreamLoad_Internal

Allow loading data by Flash'In'App itself

StreamLoad_External

Allow loading data by delegate

 

The following constants of type TargetsValues are used to be passed to netscapeView:shouldLoadRequest:onTarget:

 

Target_Null

Loads external resource into itself

Target_Blank

Loads URL into the new window

Target_New

The same as Target_Blank

Target_Top

Loads URL into topmost window

Target_Self

Loads URL into the same window, where the URL was opened

Target_Current

The same as Target_Self

Target_Parent

Loads URL into the parental window

 

Internal loading is processed by Target_Null only.


See also: