Page 1 of 1

Does anyone have a VLC that does not grab onclick event

Posted: 04 Jun 2009 16:45
by hobbitten
I am looking for a compiled version of VLC for windows XP SP3 using IE7 so I can use the onclick event.

Re: Does anyone have a VLC that does not grab onclick event

Posted: 04 Jun 2009 18:10
by Jean-Baptiste Kempf
maybe VLC 1.0.0 will do that.

Re: Does anyone have a VLC that does not grab onclick event

Posted: 13 Jul 2009 17:49
by hobbitten
Did VLC 1.0.0 fix this. If so how to disable.

Re: Does anyone have a VLC that does not grab onclick event

Posted: 14 Jul 2009 16:37
by VLC_help
--vout-event={1 (Full support), 2 (Fullscreen-only), 3 (None)}
key and mouse event handling at vout level.
This parameter accepts values : 1 (full event handling support), 2
(event handling only for fullscreen) or 3 (No event handling). Full
event handling support is the default value.
http://wiki.videolan.org/VLC_command-line_help

Re: Does anyone have a VLC that does not grab onclick event

Posted: 14 Jul 2009 17:46
by hobbitten
How do I do this through IE? Not on the command line. Where in the code is the default value set so I can just recompile it? Can it be set thought options?

Re: Does anyone have a VLC that does not grab onclick event

Posted: 15 Jul 2009 14:52
by VLC_help
http://www.revolunet.com/static/downloa ... anced.html
there is more vlc options part that should do the trick.

Re: Does anyone have a VLC that does not grab onclick event

Posted: 15 Jul 2009 22:12
by hobbitten
According to the comments on the bottom of the page
http://www.revolunet.com/labo/code/VLCobject
vlc version 1.0.0 breaks the vlc controls.


and under IE7 http://www.revolunet.com/labo/code/VLCcontrols
it works once ... then will not work until i reboot
.

Where in the code is the default value set so I can just recompile it?

Re: Does anyone have a VLC that does not grab onclick event

Posted: 16 Jul 2009 17:34
by VLC_help

Code: Select all

add_integer( "vout-event", 1, NULL, VOUT_EVENT_TEXT, VOUT_EVENT_LONGTEXT, true )
in
src\libvlc-module.c