Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The IPreview interface extends IVisualElement and defines the
base functionality of Preview that can be accessed by other components.
aspectRatio:Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The aspect ratio of the preview.
This property can be used as the source for data binding.
Implementation public function get aspectRatio():Number
public function set aspectRatio(value:Number):void
See also
enabled:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.1 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Implementation public function get enabled():Boolean
model:IPreviewModel
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The current preview model.
This property can be used as the source for data binding.
Implementation public function get model():IPreviewModel
public function set model(value:IPreviewModel):void
See also
pageNavigationEnabled:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.1 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Whether page navigation is enabled (via keyboard, mousewheel)
Implementation public function get pageNavigationEnabled():Boolean
usePlatformPreview:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Whether this preview should use platform preview (as opposed to navigator preview).
Implementation public function get usePlatformPreview():Boolean
public function stopPlayback():void
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Stop the playback of media content in this preview.
Event Object Type: com.adobe.portfolio.events.PreviewEvent
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A PreviewEvent that is dispatched for a change to the aspect ratio of the preview.
See also
Event Object Type: com.adobe.portfolio.events.PreviewEvent
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A PreviewEvent that is dispatched for a change to the preview model (IPreviewModel).
See also
Mon Apr 25 2011, 05:54 PM -07:00