notifyPosition

notifyPosition(cntrl: MultiMedia input;
               pos:   Integer);

The notifyPosition event of the MultiMedia class is called whenever there is a change in the position of the content of the MultiMedia control.

The value passed in the pos parameter indicates the position in the content of the device, in the units of the timeFormat property. The time between the arrival of notifyPosition events is controlled by the timerPeriod property.

The code fragment in the following example shows the use of the notifyPosition event method.

cd.notifyPosition(cd, cd.position);