Hello all,
I would like to ask you for a advice.
I'm using the activeX in my VB6 application.
I want to play some videos by VLC player.
For exemple :
v.addTarget "C:\Program Files\VideoLAN\VLC\Bear.3gp", Null, VLCPlayListAppendAndGo, -666
v.play
The code above works OK,but if I modify the Item options, the error appears "Runtime error: 5, Invalid procedure call or argument"
I used the following code:
v.addTarget "C:\Program Files\VideoLAN\VLC\Bear.3gp", ":vout-filter:deinterlace", VLCPlayListAppendAndGo, -666 '
v.play
Can anybody help me?
Thank you in advance.
RADO