Search found 9 matches

Go to advanced search

by silvia15
27 May 2009 11:35
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 60056

Re: JVLC status

Hi sherington , Thanks for such good example of JVLC, you simplified JVLC use. I am trying to use JVLC in my java application but struggling to get it run. I found the steps to execute JVLC in eclipse on this link http://forum.videolan.org/viewtopic.php?f=14&t=49758 and it is working fine. But w...
by silvia15
01 Apr 2009 08:07
Forum: Web and scripting
Topic: playing vlc in internet explorer
Replies: 1
Views: 758

playing vlc in internet explorer

Hi, i am trying to play http://www.revolunet.com/static/download/labo/VLCcontrols/advanced.html with all the default value but it is not playing. I copied the code and added the video, it is playing in Firefox3.0.7 but not in Internet explorer. Can any body explain me how to play this demo file in I...
by silvia15
27 Mar 2009 18:11
Forum: Web and scripting
Topic: how to use onNewPosition of slider using vlccontrol object
Replies: 2
Views: 594

how to use onNewPosition of slider using vlccontrol object

hi, in the application i am using firefox3.0.5 and vlc0.9.8a and windows os. i want to trigger a function using onNewPosition of slider. this I want using vlccontrol object. I am calling this function using vlc_control.slider.onNewPosition = changeImage(); changeimage is the function that i want to ...
by silvia15
24 Mar 2009 10:24
Forum: Web and scripting
Topic: Can VLC and the Slider be separated using VLCcontrols.js
Replies: 3
Views: 974

Re: Can VLC and the Slider be separated using VLCcontrols.js

i am working around the css to separate the video and the slider in vlccontrol.js , but could not succeeded. can you elaborate more on this.
thanks
by silvia15
20 Mar 2009 09:31
Forum: Web and scripting
Topic: Can VLC and the Slider be separated using VLCcontrols.js
Replies: 3
Views: 974

Can VLC and the Slider be separated using VLCcontrols.js

Hi, I am using VLCcontrols and SimpleSlider.js for developing a web application. I am using FireFox3.0.5, VLC 0.9.8a and windows OS. I have tried a simpleSlider example. It displays slider only. but if I want to associate this slider with the vlc player,how to do that. Code below: function init() { ...
by silvia15
17 Mar 2009 12:21
Forum: Web and scripting
Topic: How to seek through the video using VLCcontols.js file
Replies: 4
Views: 824

Re: How to seek through the video using VLCcontols.js file

Hi, can you explain how this can be achieved. Not clear with how to access core VLC plugin with myvlc.target. I tried the below code function ChangeSlider() { //alert('Change Slider'); myvlc.target.input.time = 57791; vlc_controls.updateStatus(); } Still not getting the result. Is this correct. Thanks
by silvia15
17 Mar 2009 10:50
Forum: Web and scripting
Topic: How to seek through the video using VLCcontols.js file
Replies: 4
Views: 824

How to seek through the video using VLCcontols.js file

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....

Go to advanced search