Search found 6 matches

Go to advanced search

by aleprig
06 Nov 2007 18:21
Forum: Web and scripting
Topic: how change pause function
Replies: 1
Views: 748

how change pause function

Hi all

here my problem:

I need to change the pause method so that when I press pause on my remote control I get:

1) an alert with a message and button YES / NO
2) normal pause function
3)automatic play function after X seconds


thanks for help
by aleprig
05 Nov 2007 15:07
Forum: Web and scripting
Topic: document.onkeydown = getKeycode and fullscreen
Replies: 3
Views: 1542

Re: document.onkeydown = getKeycode and fullscreen

thanks,
as my client is on linux I 've thought to use a popup, but can you suggest me a javascript code for a popup at fullscreen ^?
by aleprig
30 Oct 2007 17:30
Forum: Web and scripting
Topic: document.onkeydown = getKeycode and fullscreen
Replies: 3
Views: 1542

document.onkeydown = getKeycode and fullscreen

hello this is my problem: look at this code <script> function getKeycode(e) { var msg=" pause sarà disattivato tra 5 secondi"; var blnkey = e.which document.frmMain.txtShowKey.value = "Keycode2 = " + blnkey; if (blnkey=='32'){ document.video1.pause(); window.setTimeout("doRe...
by aleprig
04 Sep 2007 09:47
Forum: VLM
Topic: Does Pause work?
Replies: 10
Views: 5189

vlc 0.8.1 for mandriva

I use vlc 0.8.1 as client and have not problems about pause, but my problem is another... I need a 0.8.1 version for linux mandriva, someone can help me?
by aleprig
29 Aug 2007 17:04
Forum: VLC media player for Windows Troubleshooting
Topic: firefox and RTSP
Replies: 0
Views: 723

firefox and RTSP

hello

how can I associate rtsp protocol to firefox ?
I know network.protocol-handler.app.rtsp, but if I put in thi parameter the path of vlc (c:\programmi\videolan\vlc) it doesn't work.

Somebody can help me?
by aleprig
27 Aug 2007 17:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem RTSP
Replies: 0
Views: 478

problem RTSP

hello
Here my problem, I'm trying streaming RTSP using windows like server and mandriva like client.
On the server I've installed vlc 0.8.6c and on the client vlc 0.8.6b, now the problem is that if I push pause on the client's vlc, video is not able to continue playing

somebody can help me?

Go to advanced search