I'm using ActiveX VLCPlugin1. In time of playing video or audio I'm trying to set position or time (VLCPlugin1.ControlInterface.Time := 60000; or
VLCPlugin1.ControlInterface.Position := 60000; for example)
But after this media is starting playing from the start point (0 sec).
I've tryed versions 0.9.9, 1.0.0, 1.0.1. Results are the same!
How can I properly set a position in time of playing?