TotalTime Property (FlexVideoDisplay)

Action

Gets the total length of the media, in seconds.

For FLV 1.0 video files, you manually set this property. For FLV 1.1 and later, the control calculates this value automatically.

Syntax

C#
protected Double totalTime { get; }
VB
'Declaration
Protected Read Property totalTime As Double

Access

Read only.