up Inquisit Language Reference

eventTime attribute

The eventTime attribute specifies the position an event expressed in milliseconds since the beginning of the video.

Member of

<video>

Syntax

/ eventTime = integer

or

/ eventTime = expression

Parameters

Name 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.

Remarks

When the corresponding position in the video is presented the script contained in the onEvent attribute is executed.

Examples


Copyright Millisecond Software, LLC. All rights reserved.