Hi,
Using Firefox3.0.5, VLC0.9.8a and Windows OS for the applicaiton.
I am using VLCobject and VLCcontrols javascript files to embed vlc player in a web page.
I want to seek through the video at any point whatever value is passed.
Can this be done using VLCcontrols.js file.
Can we set the vlc.input.time using VCLcontrols object.
Code given below:
myvlc = new VLCObject("mymovie", "350", "240");
myvlc.write("vlccontent");
vlc_controls = new VLCcontrols(myvlc);
Since vlc.input.time is in milliseconds, how it is calculated for a video.
Thanks in Advance.