| 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 PresentationClockState class is an enumeration class that provides values for
the
state property of the IPresentationClock interface.
public static const REWINDING:String = rewinding| 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 a slide transition effect is rewinding.
public static const STARTED:String = started| 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 clock is started.
public static const STOPPED:String = stopped| 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 clock is stopped.
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 clock is suspended. The clock switches to the suspended state
when the player is buffering the data or the presentation is waiting for the user's action.
Tue Dec 4 2012, 06:27 PM +04:00