I have installed VLCPlugin2 into a form in Delphi as an ActiveX. I can open a file and show it on the screen with no apparent problems. VLC1.playlist.add(memOrigFile.Text, 'x1','play-and-stop'); VLC1.playlist.play; The problem occurs when I then use the same code to choose a different file to load. ...