Same file video
Posted: 08 Apr 2010 14:42
Hello everyone,
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:
I also tried with 0 instead of -666
then play and work correctly:
then stop and empty the playlist:
Upload another avi file (yy.avi) in the playlist:
I try to change the playlistmode parameter
then play at this point I always see the first file loaded (xx.avi)
What's wrong?
Thanks
Luca
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