Packagecom.adobe.portfolio.previews
Classpublic class PreviewMediaModel
InheritancePreviewMediaModel Inheritance PreviewModel Inheritance flash.events.EventDispatcher
Implements IPreviewMediaModel

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The PreviewMediaModel class implements the IPreviewMediaModel interface and is required for the Preview component.

See also

com.adobe.portfolio.events.PreviewEvent.PLAYHEAD_TIME_CHANGED


Public Properties
 PropertyDefined By
 InheritedmimeType : String
PreviewModel
  playHeadTime : Number
The play head time (position) in msec (-1 if unknown or not applicable)
PreviewMediaModel
 Inheritedsource : Object
The source data of a preview.
PreviewModel
 Inheritedthumbnail : Bitmap
A thumbnail of the associated source object.
PreviewModel
Protected Properties
 PropertyDefined By
 InheritedUID : String
[read-only]
PreviewModel
Public Methods
 MethodDefined By
 Inherited
toString():String
[override]
PreviewModel
Events
 Event Summary Defined By
 InheritedAn event that is dispatched when the source changes.PreviewModel
 InheritedAn event that is dispatched when the thumbnail changes.PreviewModel
Protected Constants
 ConstantDefined By
 Inheritedlogger : ILogger
[static]
PreviewModel
Property Detail
playHeadTimeproperty
playHeadTime:Number

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The play head time (position) in msec (-1 if unknown or not applicable)

This property can be used as the source for data binding.


Implementation
    public function get playHeadTime():Number
    public function set playHeadTime(value:Number):void