Using VB6.0 and version .8.4.
I have multiple multicast and want to spin through them so I call:
vc.stop
vc.playlistclear
vc.addTarget <Playstr>, VOptions, VLCPlayListReplace, -666
vc.play
where vc is the videolan activeX control
vOptions = Array(":no-audio")
the stop seems to work as I see the pylon on screen
but the playlistclear/addTarget only works every other time
Any clues??
THANX in advance