WebMoviePlayer.Duration

From Xojo Documentation

Read-Only Property (As Double )
DoubleValue = aWebMoviePlayer.Duration

New in 2018r1

Supported for all project types and targets.

The duration (length) of the movie in seconds.

Notes

This property is set when the DurationChanged event is called.

Example

Var d As Double
d = MoviePlayer1.Duration