HI all
iam doing a school project and i need some help.
when i use the vlc activex control i used the following code
Private Sub btnPlay_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnplay.Click
AxVLCPlugin1.addTarget(url, Nothing, AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo, 0)
AxVLCPlugin1.play()
End Sub
ok this works fine, but this code only plays videos from website links and not from the local sourse like C: drive. I tried replaceing the url bit with "c:\video.mpg" BUT IT DOESNT WORK. Plx help. iam new at this so please excuse me if this question is very basic.
thanks in advance