Hello, I'm trying to integrate VLC in a small C# application using the activeX plugin. I'm able to play a local file with the following code: int res = this.axVLCPlugin2.playlist.add(myVideoFile, "local file", null); this.axVLCPlugin2.playlist.play(); But I when I replace the local video p...