VB.net plugin issues

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
robbiecutting
New Cone
New Cone
Posts: 1
Joined: 12 Aug 2016 12:34

VB.net plugin issues

Postby robbiecutting » 12 Aug 2016 12:40

Hi,

I am trying to get the VB.net plugin working but it will not load. I have added the COM component, I can drag the control onto the form and then use this code to load the video:

Code: Select all

AxVLCPlugin21.CtlVisible = True AxVLCPlugin21.playlist.items.clear() Dim uri = New Uri("C:\Users\XXX\Documents\flame.avi") AxVLCPlugin21.playlist.add(uri.AbsoluteUri) AxVLCPlugin21.playlist.play()
However nothing shows? The toolbar disappears, as if a video was playing, but nothing shows. Is there something I'm missing?

Thanks

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: VB.net plugin issues

Postby da2424 » 13 Aug 2016 23:35

What is the exact behavior?
The plugin will load?
Does the video play?


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 25 guests