VideoEvent
Events of this class are fired at certain points in video playback.
This event has only one subtype:
- videoend: Fired when the video reaches the end of its playback.
If the video is looping, this fires each time the video reaches the end
and restarts. This event applies to regular video file playback as well
as animated GIF images.
The event target for this event type is the
Drawing Layer object where the video is
playing.
Properties
Video events include all of the standard event properties and methods (see the
Event class), plus the following:
- looping: A boolean specifying whether the video is playing back
on a loop (true) or as a single play (false).