Flash'In'App - ESNetscapePlugin - Instance Methods

setControlView:

Sets the receiver's control view.

 – (void) setControlView:(id)value;

Parameters

value – the view (normally an ESNetscapePlugnView object) to associate with the plugin

Discussion

The control view - view holding and rendering the plugin.

 

controlView  

Returns the receiver’s control view.

 – (id) controlView;

eturn Value

The receiver’s control view.

 

initWithPath:

Initializes the receiver with a given path.

 – (id) initWithPath:(NSString *)pluginPath;

Parameters

pluginPath - path to Netscape plugin.

Return Value

An ESNetscapePlugin object initialized with plugin located at pluginPath .

 

open

Opens Netscape plugin packages.

– (void)open;

 

close

Closes Netscape plugin packages.  

– (void)close;


See also: