Search found 2 matches

Go to advanced search

by daved2424
01 Apr 2008 14:58
Forum: Web and scripting
Topic: Controlling VLC with VB
Replies: 2
Views: 1216

Re: Controlling VLC with VB

Incase anyone is interested the solution is:

Code: Select all

AxVLCPlugin1.MRL = fileName AxVLCPlugin1.addTarget(fileName, "null", AXVLC.VLCPlaylistMode.VLCPlayListAppend, 0) AxVLCPlugin1.play()
by daved2424
01 Apr 2008 10:06
Forum: Web and scripting
Topic: Controlling VLC with VB
Replies: 2
Views: 1216

Controlling VLC with VB

I am very new to VB and the VLC ActiveX control and I am kind of stumbling in the dark here and I am not too sure what I am doing. Basically what I am trying to do is to set the MRL of an object (my VLC player) and then play it. I can get it to play if I enter the MRL in the design stage but I want ...

Go to advanced search