| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
The PresentationPlaybackState class is an enumeration class that provides values for
the
playbackState property of the IPresentationPlaybackController interface.
public static const BUFFERING:String = buffering| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Indicates that the presentation playback controller is buffering data.
public static const PAUSED_SLIDE:String = pausedSlide| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Indicates that the presentation playback controller paused a slide.
public static const PAUSED_TRANSITON:String = pausedTransition| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Indicates that the presentation playback controller paused a slide transition.
public static const PLAYING_SLIDE:String = playingSlide| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Indicates that the presentation playback controller is playing a slide.
public static const PLAYING_TRANSITON:String = playingTransition| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Indicates that the presentation playback controller is playing a slide transition effect.
public static const SUSPENDED:String = suspended| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Indicates that the presentation playback controller is waiting for the user action to move to the next animation step.
Tue Dec 4 2012, 06:27 PM +04:00