Package | com.adobe.portfolio.previews |
Interface | public 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 |
Property | Defined By | ||
---|---|---|---|
![]() | mimeType : 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 | ||
![]() | source : Object
The source data of a preview. | IPreviewModel | |
![]() | thumbnail : Bitmap
A thumbnail of the associated source object. | IPreviewModel |
Event | Summary | Defined By | ||
---|---|---|---|---|
A PreviewEvent that is dispatched when the playHeadTime changes. | IPreviewMediaModel |
playHeadTime | property |
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.
public function get playHeadTime():Number
public function set playHeadTime(value:Number):void
playHeadTimeChanged | Event |
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