fsplayer.api.IPresentersCollection Interface

The IPresentersCollection Interface represents a collection of the presentaiton presenters. It exposes the following methods:

Methods

Method

Description

getCount():Number

Returns number of presenters in the collection

getPresenter(index:Number):IPresenterInfo

Returns the IPresenterInfo interface providing the information about the specified presenter.
Note: the index parameter is an integer value from 0 to (number of presenters - 1)

See also

IPresenterInfo Interface
IPresentationInfo Interface
Flash Presentation ActionScript API Reference