Page 1 of 1

Disable Full Screen from VLC ActiveX Plugin 2

Posted: 20 May 2010 17:39
by ade74
Hi, I use a ActiveX VLC Plugin2 in a Visual Basic 6.
If I doubleclick on a Video, this go to fullscreen. Can i disable this option directly from a activex?
Example:

vlcVideo1.playlist.Add "c:\video\test.avi", "", Array(":no-fullscreen", ":no-video-title-show")

The option ":no-fullscreen" do not disable a fullscreen if I doubleclick on a video.

Re: Disable Full Screen from VLC ActiveX Plugin 2

Posted: 20 May 2010 17:52
by erwan10
Have you tried the following with the soon-to-be released vlc1.1 :

vlcVideo1.playlist.Add "c:\video\test.avi", "", Array(":no-mouse-events", ":no-video-title-show")

In vlc1.1, --[no]-mouse-events is now also available for Windows. It disables all mouse interactions at the vlc level

Erwan10

Re: Disable Full Screen from VLC ActiveX Plugin 2

Posted: 21 May 2010 08:58
by ade74
In my version ":no-mouse-event" don't function.
I use VLC 1.0.5 where I download a VLC 1.1?

Re: Disable Full Screen from VLC ActiveX Plugin 2

Posted: 21 May 2010 20:56
by erwan10
You can get latest build from http://nightlies.videolan.org/build/win ... 0521-0202/

and beware, name is --mouse-events (ending with a 's')

Erwan10

Re: Disable Full Screen from VLC ActiveX Plugin 2

Posted: 24 May 2010 14:48
by ade74
I have dowloaded a version http://nightlies.videolan.org/build/win ... 0521-0202/ but when I uninstall a 1.0.5 and install a new version, from Visual Basic 6 I have an error when I select a "VideoLan VLC ActiveX Plugin" (axvlc.dll). The error in italian is "Nome giĆ  utilizzato per modulo, progetto o libreria degli oggetti esistente". In english should result in "Name already used by module, project or object library already exists".

1. Uninstall a 1.0.5 version
2. Reboot
3. Install vlc-1.1.0-rc-20100521-0202-win32.exe (or vlc-1.1.0-rc-20100524-0202-win32.exe)
4. Reboot
5. Open a new project of Visual Basic 6
6. Project -> Components -> and select "VideoLan VLC ActiveX Plugin" (dll is: AXVLC.DLL)

After I press Ok, the message appear.
On my system there is only one file AXVLC.DLL in a c:\program files (x86)\VideoLAN\VLC\axvlc.dll

The SO is Windows 7 64bit original and udated.

If I uninstall a vlc-1.1.0-rc-20100521-0202-win32.exe and install a 1.0.5 version, the problem disappears and I can use axvlc.dll

Re: Disable Full Screen from VLC ActiveX Plugin 2

Posted: 31 May 2010 15:38
by ade74
any idea?

Re: Disable Full Screen from VLC ActiveX Plugin 2

Posted: 29 Jun 2010 21:48
by neil00
Hi, i have the same problem (in french version). I can't add the VLC plugin component but the VLC plugin reference is working. But i can't use the VLCPlaylist constants... An error message appear (ambiguous name).

Have you some news about this problem ?

Re: Disable Full Screen from VLC ActiveX Plugin 2

Posted: 30 Jun 2010 12:53
by ade74
I have opened a new post for this problem here: viewtopic.php?f=2&t=78618&start=0
I solved directly using in Visual Basic 6 the DirectShow of DirectX without a VLC ActiveX (search on Google)