Using videlan 1.0.5 and VB6
I have a problem when I change the video file to play with another.
Load an avi (xx.avi) in playlist:
Code: Select all
vlcPR.addTarget varFileToPlay, Null, VLCPlaylistMode.VLCPlayListReplace, -666
then play and work correctly:
Code: Select all
vlcPR.Play
Code: Select all
vlcPR.Stop
vlcPR.MRL = ""
vlcPR.playlistClear
Upload another avi file (yy.avi) in the playlist:
Code: Select all
vlcPR.addTarget varFileToPlay, Null, VLCPlaylistMode.VLCPlayListReplace, -666
then play at this point I always see the first file loaded (xx.avi)
Code: Select all
vlcPR.Play
Thanks
Luca