iSpring.as2player.ISlidesCollection Interface

The ISlidesCollection interface represents a collection of presentation slides. It provides the following properties and methods:

Properties

Property

Type

Description

slidesCount

Number

Number of slides in the presentation

visibleSlidesCount

Number

Number of visible slides in the presentation


Methods

Method

Description

getSlideInfo(slideIndex:Number):ISlideInfo

Returns SlideInfo Interface providing information about the specified slide
Note: Slide index is zero-based.

getVisibleSlide(visibleSlideIndex:Number):ISlideInfo

Returns SlideInfo Interface providing information about the specified visible slide
Note: Visible slide index is zero-based.

See also

IPresentationInfo Interface
ISlideInfo Interface
ActionScript 3 and Flex support in iSpring