count:uint [read-only]
| 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 |
Returns the number of slide slows within the collection.
Implementation public function get count():uint public function getSlideShow(index:uint):ISlideShow| 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 |
Returns the slide show that exists at the specified index.
Parameters
| index:uint — The index of the slide show. The index value must be in the range from 0 to the number of slide shows minus 1.
|
Returns | ISlideShow — The slide show at the specified index position.
|
Throws | RangeError — Throws if the specified slide show index is out of range.
|
See also
public function getSlideShowByName(slideShowName:String):ISlideShow| 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 |
Returns the slide show with the specified name.
Parameters
| slideShowName:String — The name of the slide show.
|
Returns | ISlideShow — The slide show with the specified name or null if the slide shown does not exist in the collection.
|
See also