fsplayer.ui.skins.ISlideShowWindow Interface

The ISlideShowWindow interface provides the player core with the target MovieClip for presentation slides loading.

Methods

Method

Description

getTarget():MovieClip

Returns the MovieClip which will be used by the player core to load and display slides

Remarks

iSpring generated presentations can be wrapped into one of the existing skins or into a custom made skin. Each skin provides its unique user interface. Slide loading and playback is a responsibility of the player core while UI and navigation is a responsibility of skins. The ISlideShowWindow interface provides playback core with the necessary target MovieClip for presentation slides loading and display.

See also

ISkin Interface
Skin development