I was using vlc 0.8.6 in my VB 6 application but now migrated to vlc 1.0.1.
I am unable to create playlist...
Code: Select all
vlc.addTarget file1, Null, VLCPlayListInsert, 0
vlc.addTarget file2, Null, VLCPlayListInsert, 1
vlc.addTarget file3, Null, VLCPlayListInsert, 2
vlc.play
If i giv vlc.playnext then the second file plays fine.
Any help is greatly appreciated.
Thanks