Page 1 of 1

VB2008 VLC Plugin Help

Posted: 03 Oct 2008 03:30
by slamzee
I can not get a video to play for some reason.

I add the axvlc.dll to the VB project.
I add the V2 control to the controls
I dragged and drop the AXVLCPlugin from the control bar to the form

I used this code:
AxVLCPlugin21.playlist.items.clear()
AxVLCPlugin21.playlist.add(ListBox2.Items(0))
AxVLCPlugin21.playlist.play()

Listbox2 contains a full filename like "D:\movies\example.avi"

Nothing happens - the control box stays black. I enable the drag and drop on the control and it wouldn't take a file that way and start playing.

What am I missing?? I searched this forum, but didn't find and answer.

Re: VB2008 VLC Plugin Help

Posted: 03 Oct 2008 05:55
by gato2008chile
What version?
In another post they related a problem with vlc when the plugins are not in a %PATH% directory and get stuck with a black windows with a loading video
viewtopic.php?f=14&t=50248