Hi, I'm trying to use the VLC ActiveX (v2 Version 1.0) in C# and have the following code: - private void Form1_Load(object sender, EventArgs e) { axVLCPlugin21.AutoLoop = true; axVLCPlugin21.playlist.add("C:\\Users\\Public\\Videos\\Sample Videos\\Wildlife.wmv","My File",null); ax...