Hello,
sorry my english is bad. I'm using vcl activex (version 0.8.6) and i'm trying to set the absolute position in time unsign this function
function doSeek()
{
var vlc = document.getElementById("vlc");
vlc.input.time = document.getElementById('seekField').value * 1000;
};
but the absolute position in the video isn't correct. Always set differents values but never the correct.
the version 0.8.6 has a problem in this property?
thanks
Lucas