Disable Full Screen from VLC ActiveX Plugin 2
Posted: 20 May 2010 17:39
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.
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.