Hi, is it possible to take a snapshot of the video and naming and saving the image file in a specific directory, using the ActiveX plugin? I know the following takes a snapshot: axVLCPlugin21.video.takeSnapshot(); but where does it save the image file and what name does it give the file? If I use th...
chirs2000!!!!! You are a legend! Thx :D both plugins work perfect now. Funny how I missed that. I've looked on the net the last few hours and haven't read anywhere about the "file:///" Can you maybe direct me to a good site/document that I can familirize myself better with this plugin? Tha...
Hi, I'm trying to add the ActiveX plugin to my win Forms application for c#. I have VLC Player 2.0.0 installed and have added the plugin onto my Form. My Code for a button push to play a video is: V1 private void button2_Click(object sender, EventArgs e) { axVLCPlugin1.addTarget("C:\\apple.avi&...