Search found 5 matches

Go to advanced search

by JustinWyllie
21 Dec 2011 17:01
Forum: Web and scripting
Topic: How to restart a movie which has ended?
Replies: 1
Views: 806

Re: How to restart a movie which has ended?

ok. when vlc.input.state = 6 vlc.input.position = 0.01 vlc.playlist.stop(); vlc.playlist.play(); works. However: when vlc.input.state = 6 vlc.input.position = 0 vlc.playlist.stop(); vlc.playlist.play(); does not. It seems you cannot set input.position to 0? I've tried: parseFloat('0'); Number(0); &q...
by JustinWyllie
21 Dec 2011 16:13
Forum: Web and scripting
Topic: Problem with event listener in Firefox
Replies: 1
Views: 625

Re: Problem with event listener in Firefox

Ok. I'm told by my c developer that it isn't implemented.
by JustinWyllie
21 Dec 2011 16:12
Forum: Web and scripting
Topic: How to restart a movie which has ended?
Replies: 1
Views: 806

How to restart a movie which has ended?

Hi I want to 'rewind' an http:// (ts file) video. I can set its position e.g. to 0.01 but this doesn't work (pseudo code): when vlc.input.state = 6 vlc.input.position = 0.01 vlc.playlist.play(); It doesn't play If it is playing (state 3) when I set the position to 0.01, that works- so the problem se...
by JustinWyllie
21 Dec 2011 16:10
Forum: Web and scripting
Topic: vlc.addEventListener does not fire any event
Replies: 32
Views: 12989

Re: vlc.addEventListener does not fire any event

I'm told by my c developer that the events system was added as a patch but then 'unimplemented' by the main developers. It does not work.
by JustinWyllie
20 Dec 2011 10:22
Forum: Web and scripting
Topic: Problem with event listener in Firefox
Replies: 1
Views: 625

Problem with event listener in Firefox

Hi This was previously posted in the Linux and Friends forum but I've moved it here as I think on reflection I need a developer to answer it. My code: var test = function () { alert('the end'); } var vlc = $('#el').get(0); //jquery equivalent to document.getElementById vlc.addEventListener('MediaPla...

Go to advanced search