| 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 IPresentation interface provides the presentation information.
To obtain the IPresentation interface use the presentation property
on the IPresentationPlayer interface.
The IPresentation interface extends the
flash.events.IEventDispatcher interface.
The current implementation of the IPresentation interface does not
displatch any event. This functionality is reserved for future versions.
company:ICompany [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 |
The ICompany interface representing the presentation
associated company information.
The flash.errors.IllegalOperationError exception is thrown
when accessing this property the presentation that does not contain
company information. To determine whether the presentation contains company
information use the hasCompany property.
Implementation public function get company():ICompany Throws | flash.errors:IllegalOperationError — Throws if the presentation contains no company information (the hasCompany property value is false).
|
See also
hasCompany:Boolean [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 |
Indicates whether the presentation has the company information associated.
To access the company information use the company property.
Implementation public function get hasCompany():BooleanSee also
narration:INarration [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 |
The INarration interface representing the presentation
narration.
Implementation public function get narration():INarrationSee also
presenters:IPresenters [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 |
The IPresenters interface representing the presentation
presenters collection.
Implementation public function get presenters():IPresentersSee also
resources:IResources [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 IResources interface storing the presentation
resources information.
Implementation public function get resources():IResourcesSee also
settings:ISettings [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 |
The ISettings interface representing the presentation
settings.
Implementation public function get settings():ISettingsSee also
slideHeight:Number [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 |
The height of the presentation slides, in pixels.
Implementation public function get slideHeight():Numberslides:ISlides [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 |
The ISlides interface representing the collection
of the presentation slides.
Implementation public function get slides():ISlidesSee also
slideShows:ISlideShows [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 |
The ISlideShows interface representing the collection
of the presentation slide shows.
Implementation public function get slideShows():ISlideShowsSee also
slideWidth:Number [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 |
The width of the presentation slides, in pixels.
Implementation public function get slideWidth():Numbertitle:String [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 |
The title of the presentation.
Implementation public function get title():StringuniqueId:String [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 |
A unique identifier of the presentation.
Implementation public function get uniqueId():String
Tue Dec 4 2012, 06:27 PM +04:00