iSpring.CorePlugins Interface

The CorePlugins Interface represents a collection of core plugins. Core plugins are Flash modules which extend the standard functionality of the presentation playback core.

Properties

Property

Value Type

Access

Default value

Property description

Count

int

Read only

0

Returns a number of core plugins attached to the player


Methods

Method

Method description

CorePlugin Item(int index)

Returns the CorePlugin Interface representing a player core plugin with the given plugin index.
Note: index is 1-based

CorePlugin AddBuiltInPlugin (BuiltInPluginType plugin)

Adds built-in plugin. The plugin may be one of BuiltInPluginType Enumeration.

See also

BuiltInPluginType Enumeration
CorePlugin Interface
PlayerSettings Interface
iSpring SDK COM API