fsplayer.api.IPresentationInfo Interface

The IPresentationInfo Interface provides the following methods for retrieving presentation information:

Methods

Method

Description

getTitle():String

Returns presentation title

getSlides():ISlidesCollection

Returns ISlidesCollection interface providing information about presentation slides

getSlideWidth():Number

Returns slide width in pixels

getSlideHeight():Number

Returns slide height in pixels

hasThumbnails():Boolean

Indicates whether the presentation contains thumbnail images

getThumbnails():IThumbnailsCollection

Returns IThumbnailsCollection interface that allows to get information about presentation thumbnails

hasPresenter():Boolean

Indicates whether the presentation has got presenter information

getPresenterInfo():IPresenterInfo

Returns the IPresenterInfo interface which provides the information about presentation presenter

getFrameRate():Number

Returns presentation frame rate (number of frames per second)

getDuration():Number

Returns presentation duration in seconds

hasCompanyInfo():Boolean

Indicates whether the presentation contains company information

getCompanyInfo():ICompanyInfo

Returns the ICompanyInfo interface providing company information

hasReferences():Boolean

Indicates whether the presentation contains references

getReferences():IReferencesCollection

Returns the IReferencesCollection interface providing the information about presentation references

getVisibleDuration():Number

Returns duration of visible slides in seconds

getPresenters():IPresentersCollection

Returns the IPresentersCollection interface providing the information about presentation presenters

See also

ICompanyInfo Interface
IPresentersCollection
IPresenterInfo Interface
IReferencesCollection Interface
ISlidesCollection Interface
IThumbnailsCollection Interface
Flash Presentation ActionScript API Reference