Search found 6 matches

Go to advanced search

by rsande
12 Jan 2007 09:13
Forum: Web and scripting
Topic: VLC Web interface + Java (seek)
Replies: 10
Views: 6578

Here's what I've added to share/http/dialogs/main and share/http/js/functions.js -- I'm pretty happy with it. Well, thanks a lot for the seek_box script, I'm not sure why the seek script itself wouldn't work for me, but I got your's working fine! As promised, here is a link to my finished code. Sam...
by rsande
12 Jan 2007 05:25
Forum: Web and scripting
Topic: VLC Web interface + Java (seek)
Replies: 10
Views: 6578

Still can't get it

Alright, so I'm back at it again, after nearly losing my code to a windows reinstall, and an update to my mac. Thankfully, I was installing windows to a new HD, so I still had it :) Edit: Oh, and I tried that "javascript:seek('%252B60');" and it didn't like me... :( I wrote a couple new JS...
by rsande
08 Nov 2006 21:29
Forum: Web and scripting
Topic: Opening videofiles in ONE fullscreen via commandline
Replies: 2
Views: 1472

You can download PSKill.exe to kill the old VLC process as the first line of the .bat file: pskill.exe vlc.exe You might want to put in the -t option: pskill.exe -t vlc.exe This will kill all children processes too, in case there were any. PSKill was created by SysInternals, one of the best clean fr...
by rsande
08 Nov 2006 21:22
Forum: Web and scripting
Topic: VLC Web interface + Java (seek)
Replies: 10
Views: 6578

Any suggestions or corrections to this? Or maybe a new function to put in my functions.js?

All help is appreciated. If anyone wants a copy of the http interface once it is completed, I'm more than happy to share.
by rsande
06 Nov 2006 21:28
Forum: Web and scripting
Topic: VLC Web interface + Java (seek)
Replies: 10
Views: 6578

as in this? javascript:seek(%2B60); javascript:seek(+60); because I tried that and it did nothing. I also tried the seek( val, is_relative ) method of: javascript:seek(60,true); javascript:seek(60,1); (I tried both of those) And I still can't figure this out :( P.S. I updated my keyboard image on my...
by rsande
06 Nov 2006 20:18
Forum: Web and scripting
Topic: VLC Web interface + Java (seek)
Replies: 10
Views: 6578

VLC Web interface + Java (seek)

Hey guys...I'm trying to make a VLC remote that is laptop as well as PDA friendly. (preview available here ) The only thing I'm lacking at this point is how to seek with the javascript commands. As you can see from that page, the letters D - K are used to seek 60, 10, or 5 seconds forward and back. ...

Go to advanced search