| 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 SlideType class is an enumeration class that provides values for
the
type property of the ISlide interface.
public static function isInteraction(type:String):Boolean| 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 whether the specified slide type is an interaction slide type.
The SlideType.INTERACTION_SLIDE and SlideType.QUIZ_INTERACTION_SLIDE constants
are considered to be interaction slide types.
Parameters
| type:String — The slide type.
|
Returns | Boolean — true if the slide is an interaction or a quiz, false otherwise.
|
See also
public static const INTERACTION_SLIDE:String = interaction| 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 slide is an iSpring Kinetics interaction.
public static const PRESENTATION_SLIDE:String = slide| 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 slide is an ordinary presentation slide.
public static const QUIZ_INTERACTION_SLIDE:String = quiz| 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 slide is an iSpring QuizMaker quiz.
Tue Dec 4 2012, 06:27 PM +04:00