I want to play an .mkv file with the VLC ActiveX in a vb.net form. I added the activex control (plugin v2) and
Code: Select all
AxVLC.playlist.add("C:\20091021_134801_ac0e_00408c946f5d.mkv")
AxVLC.playlist.play()
I can play the file if i use VLC directly. What am i doing wrong??
Thanks in advance for your help!