| 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 IPresentationView interface represents the presentation view
providing access to the related presentation control interfaces.
The IPresentationView interface of the presentation can be obtained using the
presentationView property of the IPresentationPlayer interface.
The IPresentationView2 interface providing additional functionality
has become available since iSpring Pro 6.2 and iSpring Platform 6.2.
backdropAlpha:Number| 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 |
Defines the alpha transparency value of the the unoccupied area of the presentation view.
Valid values are 0 (fully transparent) to 1 (fully opaque).
The default value is 1.
Implementation public function get backdropAlpha():Number public function set backdropAlpha(value:Number):voidSee also
backdropColor:uint| 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 |
Defines the color (0xRRGGBB) that fills the unoccupied area of the presentation view.
The default value is 0x000000.
Implementation public function get backdropColor():uint public function set backdropColor(value:uint):voidSee also
core:IPresentationPlaybackCore [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 IPresentationPlaybackCore interface providing access
to the low-level components of the presentation player.
Implementation public function get core():IPresentationPlaybackCoreSee also
displayObject:DisplayObject [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 flash.display.DisplayObject object visualizing the presentation slides.
Implementation public function get displayObject():DisplayObjectSee also
fullScreenManager:IFullScreenManager [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 IFullScreenManager interface that allows
switching the player between normal and full screen modes.
Implementation public function get fullScreenManager():IFullScreenManagerSee also
keyboardController:IKeyboardController [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 IKeyboardController interface
which controls the presentation navigation using keyboard.
Implementation public function get keyboardController():IKeyboardControllerSee also
playbackController:IPresentationPlaybackController [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 IPresentationPlaybackController interface providing
unrestricted presentation playback control facilities.
The unrestricted playback controller properties and methods ignore
the playback and navigation restrictions (such as branching rules)
which the presentation creator can define using iSpring Pro.
To obtain the IPresentationPlaybackController interface which
takes such restrictions into account, use the
restrictedPlaybackController property.
Implementation public function get playbackController():IPresentationPlaybackControllerSee also
presentationSlideExtent:Rectangle [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 extent of the presentation slide within the presentation view.
Implementation public function get presentationSlideExtent():RectangleSee also
restrictedPlaybackController:IPresentationPlaybackController [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 IPresentationPlaybackController interface providing
restricted presentation playback control facilities.
The restricted playback controller methods and properties take the playback
and navigation restrictions (such as branching rules) into consideration.
To obtain the IPresentationPlaybackController interface which
ignores such restrictions, use the playbackController property.
Implementation public function get restrictedPlaybackController():IPresentationPlaybackControllerSee also
soundController:ISoundController [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 ISoundController interface allowing sound volume control.
Implementation public function get soundController():ISoundControllerSee also
videoNarrationPlayer:IVideoNarrationPlayer [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 IVideoNarrationPlayer interface representing
the video narration player.
Implementation public function get videoNarrationPlayer():IVideoNarrationPlayerSee also
public function resize(width:Number, height:Number):void| 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 |
Resizes the presentation view display object.
The slides within the presentation view are resized to inscribe
the presentation view preserving their original aspect ratio.
If the presentation view aspect ratio
differs from the slide aspect ratio, the unoccupied
area of the presentation view is filled with the backdrop color
defined by the backdropColor and backdropAlpha properties.
Parameters
| width:Number — A new width of the presentation view, in pixels.
|
| |
| height:Number — A new height of the presentation view, in pixels.
|
See also
Event Object Type: ispring.presenter.player.events.MetaCommandEventMetaCommandEvent.type property = ispring.presenter.player.events.MetaCommandEvent.EXECUTE_META_COMMAND| 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 |
Dispatched to notify a listener to execute a meta command. A meta command can be
associated with a slide or a hyperlink on a slide.
The
MetaEvent.EXECUTE_META_COMMAND constant defines the value of the
type
property of the event object for a
executeMetaCommand event.
The properties of the event object have the following values:
| Property | Value |
|---|
bubbles | false |
cancelable | false; there is no default behavior to cancel. |
command | The IMetaCommand interface providing information about the meta command. |
currentTarget | The Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget. |
target | The Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event. |
Event Object Type: ispring.presenter.player.events.TooltipEventTooltipEvent.type property = ispring.presenter.player.events.TooltipEvent.HIDE_TOOLTIP| 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 |
Dispatched to notify the skin to hide the previously shown tooltip.
The
TooltipEvent.HIDE_TOOLTIP constant defines the value of the
type
property of the event object for a
hideTooltip event.
The properties of the event object have the following values:
| Property | Value |
|---|
bubbles | false |
cancelable | false; there is no default behavior to cancel. |
currentTarget | The Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget. |
linkId | A unique identifier of the hyperlink. |
target | The Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event. |
text | null |
Event Object Type: ispring.presenter.player.events.WebObjectEventWebObjectEvent.type property = ispring.presenter.player.events.WebObjectEvent.HIDE_WEB_OBJECT| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.1, iSpring Platform 6.1 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Dispatched to notify listeners that a slide web object is to be hidden.
The
WebObjectEvent.HIDE_WEB_OBJECT constant defines the value of the
type
property of the event object for a
hideWebObject event.
The properties of the event object have the following values:
| Property | Value |
|---|
bubbles | false |
cancelable | false; there is no default behavior to cancel. |
currentTarget | The Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget. |
webObject | The IWebObject interface providing information about the web object to be hidden. |
target | The Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event. |
Event Object Type: ispring.presenter.player.events.TooltipEventTooltipEvent.type property = ispring.presenter.player.events.TooltipEvent.SHOW_TOOLTIP| 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 |
Dispatched to notify the skin to show a hyperlink tooltip.
The
TooltipEvent.SHOW_TOOLTIP constant defines the value of the
type
property of the event object for a
showTooltip event.
The properties of the event object have the following values:
| Property | Value |
|---|
bubbles | false |
cancelable | false; there is no default behavior to cancel. |
currentTarget | The Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget. |
linkId | A unique identifier of the hyperlink. |
target | The Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event. |
text | The tooltip text. |
Event Object Type: ispring.presenter.player.events.WebObjectEventWebObjectEvent.type property = ispring.presenter.player.events.WebObjectEvent.SHOW_WEB_OBJECT| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.1, iSpring Platform 6.1 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Dispatched to notify listeners that a slide web object is to be shown.
The
WebObjectEvent.SHOW_WEB_OBJECT constant defines the value of the
type
property of the event object for a
showWebObject event.
The properties of the event object have the following values:
| Property | Value |
|---|
bubbles | false |
cancelable | false; there is no default behavior to cancel. |
currentTarget | The Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget. |
webObject | The IWebObject interface providing information about the web object to be displayed. |
target | The Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event. |
Tue Dec 4 2012, 06:27 PM +04:00