Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The PreviewEvent class extends Event and is dispatched by some components in the com.adobe.portfolio.previews package.
public function PreviewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor
Parameters | type:String — Type of event
|
|
| bubbles:Boolean (default = false ) — Whether event bubbles or not.
|
|
| cancelable:Boolean (default = false ) — Whether event is cancelable
|
See also
public static const ASPECT_RATIO_CHANGED:String = aspectRatioChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the aspect ratio of a preview changes.
public static const HANDLE_FILE_EXTRACT:String = handleFileExtract
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when extract file is requested.
public static const HANDLE_FILE_INFO:String = handleFileInfo
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when file info is requested.
public static const MODEL_CHANGED:String = modelChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the preview model changes.
See also
IPreviewModel
public static const PAGE_COUNT_CHANGED:String = pageCountChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the page count changes.
public static const PAGE_NUMBER_CHANGED:String = pageNumberChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the page number changes.
public static const PLAYHEAD_TIME_CHANGED:String = playHeadTimeChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the playHeadTime changes.
public static const SOURCE_CHANGED:String = sourceChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the source (of IPreviewModel) changes.
public static const THUMBNAIL_CHANGED:String = thumbnailChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the thumbnail changes.
public static const THUMBNAILS_CHANGED:String = thumbnailsChanged
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of PreviewEvent that is dispatched when the list of thumbnails for a multipage preview changes.
Mon Apr 25 2011, 05:54 PM -07:00