VideoEdit Gold ActiveX Control

OnPlaying Event

Description

Occurs when the preview the video.

 

Syntax

Public Event OnPlaying (ByVal iCurrent As Double)

 

Parameters

iCurrent
    current position of the file

 

Example

[Visual Basic Syntax]
Private Sub VideoEdit1_OnPlaying(ByVal iCurrent As Double)
Text1 = iCurrent
End Sub