That's what I first thought. I tried putting quotes around it but I don't think I got the format right. I get the same issue if I try to pass 2 options.
Hi Anyone know why the first 2 lines of code work ok , but the second don;t. Both options path exists Using Delphi and ActiveX options := ':snapshot-path=d:\snapshots\12345999.jpg'; VLCPlugin1.addTarget(strDVDDrive, Options, VLCPlayListInsert, 0); options := ':snapshot-path=c:\documents and settings...
Hi Anyone know how to link a trackbar to VLC player in delphi ? We use this code below to succesfully play DVD's. I am not sure at what point to get the Length, because DVD's have menus(ifo files), so we have to get the length from the current chapter. Thanks Andy procedure TfmMainVLC.Button6Click(S...