<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<p>Hi,</p>
<p><br>
</p>
<p></p>
<div>
<div class="x_votingouterbox">after download latest version 2.2.4 and using Visual Studio 2015 enterprise</div>
<div class="x_votingouterbox">I follow video C_ Tutorial 100_ How to embed VLC Media Player into C_ Windows Forms Application in youtube</div>
<div class="x_messageContent">
<div class="x_container">
<div class="x_body">
<p>but can not play video file after run</p>
</div>
</div>
</div>
</div>
<p></p>
<p><br>
</p>
<p></p>
<div>using System;<br>
using System.Collections.Generic;<br>
using System.ComponentModel;<br>
using System.Data;<br>
using System.Drawing;<br>
using System.Linq;<br>
using System.Text;<br>
using System.Threading.Tasks;<br>
using System.Windows.Forms;</div>
<div>namespace SmartSatelliteVideoMonitoring<br>
{<br>
    public partial class Form1 : Form<br>
    {<br>
        public Form1()<br>
        {<br>
            InitializeComponent();<br>
            OpenFileDialog ofile = new OpenFileDialog();<br>
            ofile.Filter = "( *.mp4) |  *.mp4";<br>
            if (ofile.ShowDialog() == DialogResult.OK)<br>
            {<br>
                //axVLCPlugin21.playlist.add(@"D:\csv1\autoweb.mp4", ofile.SafeFileName, null);<br>
                axVLCPlugin21.playlist.add(ofile.FileName, ofile.SafeFileName, null);<br>
                axVLCPlugin21.playlist.play();<br>
            }<br>
        }<br>
    }<br>
}<br>
</div>
<br>
<p></p>
<p><br>
</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<div>Regards,</div>
<div>Martin </div>
</div>
</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<div>Regards,</div>
<div>Martin </div>
<div><br>
</div>
</div>
</div>
</div>
</body>
</html>