ActiveX V 1 - Hide File Path?

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
izzop
New Cone
New Cone
Posts: 4
Joined: 09 Mar 2010 15:30

ActiveX V 1 - Hide File Path?

Postby izzop » 10 Mar 2010 17:58

Hi,

I'm currently using the VLC ActiveX Plugin Version 1 in a C# project.

I've noticed that when ever it starts a movie that the path including filename are being displayed and then fades.

Does anyone know how I can turn this off?

Thanks & Regards

izzop
New Cone
New Cone
Posts: 4
Joined: 09 Mar 2010 15:30

Re: ActiveX V 1 - Hide File Path?

Postby izzop » 10 Mar 2010 18:20

Just thought I'd let people know that I managed to disable is through Options: -

Code: Select all

private void Form1_Load(object sender, EventArgs e) { int file_count = 0; int x = 0; string[] mediapaths = Directory.GetFiles(@"C:\Movies", "*.m2v"); foreach (string file in mediapaths) { if (Directory.Exists(file)) { } else { file_count++; } } string[] options = new string[1]; options[0] = ":no-video-title-show"; for (x = 0; x < file_count; x++ ) { axVLCPlugin1.addTarget(mediapaths[x],options,AXVLC.VLCPlaylistMode.VLCPlayListAppend,x); } axVLCPlugin1.play(); } }
Regards

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: ActiveX V 1 - Hide File Path?

Postby Jean-Baptiste Kempf » 10 Mar 2010 20:51

This is correct.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

vairavganesh
New Cone
New Cone
Posts: 1
Joined: 11 Sep 2012 08:29

Re: ActiveX V 1 - Hide File Path?

Postby vairavganesh » 11 Sep 2012 08:32

what should i do with the above code.........i m a new user..thanks in advance


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 15 guests