Packagecom.adobe.portfolio.previews
Interfacepublic interface IPreviewMediaModel extends IPreviewModel, flash.events.IEventDispatcher
Implementors PreviewMediaModel

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

The IPreviewMediaModel interface extends IPreviewModel and defines the base functionality of the model used by the Preview component for displaying media content (audio, video).



Public Properties
 PropertyDefined By
 InheritedmimeType : String
[read-only] The mimeType of the source data.
IPreviewModel
  playHeadTime : Number
The play head time (position) in msec (-1 if unknown or not applicable)
IPreviewMediaModel
 Inheritedsource : Object
The source data of a preview.
IPreviewModel
 Inheritedthumbnail : Bitmap
A thumbnail of the associated source object.
IPreviewModel
Events
 Event Summary Defined By
  A PreviewEvent that is dispatched when the playHeadTime changes.IPreviewMediaModel
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
Event Detail
playHeadTimeChanged Event
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 when the playHeadTime changes.

See also