The eventTime attribute specifies the position an event expressed in milliseconds since the beginning of the video.
<video>
or
/ eventTime = expressionName | Type | Description |
---|---|---|
integer | integer | An integer value representing the playback position, expressed in milliseconds since the beginning of the video. |
expression | value | An expression that resolves to an integer value representing the playback position, expressed in milliseconds since the beginning of the video. |
When the corresponding position in the video is presented the script contained in the onEvent attribute is executed.