ispring.as2player.IPresentationInfo Interface

The IPresentationInfo class stores the presentation information and provides the following properties:

Properties

Property

Type

Description

title

String

Presentation title

slides

ISlidesCollection

Returns the ISlidesCollection Interface providing information about presentation slides.

slideWidth

Number

Presentation slide width in pixels

slideHeight

Number

Presentation slide height in pixels

presenterInfo

IPresenterInfo

Returns the IPresenterInfo Interface providing the information about presentation presenter.

frameRate

Number

Presentation frame rate (number of frames per second)
Note: when iSpring generated presentation is loaded by another Flash movie, it always plays at its frame rate.

duration

Number

Presentation duration in seconds

visibleDuration

Number

Visible slides duration in seconds

companyInfo

ICompanyInfo

Returns the ICompanyInfo Interface providing the company information.

presenters

IPresentersCollection

Returns the IPresentersCollection Interface providing the information about presentation presenters.

references

IReferencesCollection

Returns the IReferencesCollection Interface providing the information about presentation references.


Methods

Method

Description

hasCompanyInfo():Boolean

Indicates whether the presentation contains the company information.

hasPresenter():Boolean

Indicates whether the presentation contains presenter information.

hasReferences():Boolean

Indicates whether the presentation contains references

See also

CompanyInfo Interface
PresenterInfo Interface
IPresentersCollection Interface
SlidesCollection Interface
ReferencesCollection Interface
ActionScript 3 and Flex support in iSpring