VLC VB6 Active X plugin Issues.
Posted: 06 Feb 2012 20:18
So after I add it as a component and into the references I can create a VLC plugin. I can add targets using .addtarget, but I can not use the .play function. It does not do anything. There are no errors. My code is as follows:
Additionally in order to use this plugin I had to download an archived version of VLC (0.8.5). If I try to move or resize the plugin VB6 will crash.
Please Help,
Umberdark
Code: Select all
Private Sub cmdTest_Click()
vlcpTest.addTarget App.Path & "\data.avi", Null, VLCPlayListAppendAndGo, -666
vlcpTest.play
End Sub
Additionally in order to use this plugin I had to download an archived version of VLC (0.8.5). If I try to move or resize the plugin VB6 will crash.
Please Help,
Umberdark