| Package | com.acapela.vaas.advanced.events |
| Class | public class BookmarkPositionEvent |
| Inheritance | BookmarkPositionEvent flash.events.Event |
BookmarkPositionEvent instances are dispatched by the Player class to listeners registered for SYNCHRO_BOOKMARK_POSITION event type.
See also
| Property | Defined by | ||
|---|---|---|---|
| id : Number [read-only]
Shortcut to the id of the bookmark position.
| BookmarkPositionEvent | ||
| position : BookmarkPosition
[read-only]
The complete bookmark position corresponding to this event.
| BookmarkPositionEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SYNCHRO_BOOKMARK_POSITION : String = "synchroBookmarkPosition" [static]
The BookmarkPositionEvent.SYNCHRO_BOOKMARK_POSITION constant defines the value of the type property of an
synchroBookmarkPosition event object. | BookmarkPositionEvent | ||
| id | property |
id:Number [read-only]Shortcut to the id of the bookmark position. i.e: the value contained in the associated tag.
Implementation public function get id():Number
See also
| position | property |
position:BookmarkPosition [read-only]The complete bookmark position corresponding to this event.
Implementation public function get position():BookmarkPosition
| SYNCHRO_BOOKMARK_POSITION | constant |
public static const SYNCHRO_BOOKMARK_POSITION:String = "synchroBookmarkPosition"
The BookmarkPositionEvent.SYNCHRO_BOOKMARK_POSITION constant defines the value of the type property of an synchroBookmarkPosition event object.
This event has the following properties:
| Property | Description |
|---|---|
| id | a Number representing the id of the bookmark position. i.e: the value contained in the associated tag. |
| position | the the complete BookmarkPosition instance associated to this event. |
| bubbles | false |
| cancelable | false |
| target | The Player instance or the other object instance that generated it. |
See also