VB VLC toolbar not displaying playing time and total length

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Sempa
New Cone
New Cone
Posts: 2
Joined: 15 Jun 2016 12:02

VB VLC toolbar not displaying playing time and total length

Postby Sempa » 15 Jun 2016 12:22

Helllo,
We are now using VLC ActiveX in our app here at work and an user told me he could not see the playing time and total length of video in the default toolbar that is shown when mousing over.

Is there a way this is displayed by default or has it to be coded and be displayed in another place like a label or text box?

Thanks a lot :)


This is the code I use in VB6:


sFichReprod = "FILE:///" & sNombreFichero
mpbideoa.Playlist.Add (sFichReprod)
mpbideoa.Playlist.play


Private Sub msCrearCompVLC()

If Not mpbideoa Is Nothing Then
Set mpbideoa = Nothing
End If

If Not vlcControl Is Nothing Then
Set vlcControl = Nothing
End If

On Error Resume Next
Controls.Remove "vlcControl"

Set vlcControl = Controls.Add("VideoLAN.VLCPlugin.2", "vlcControl", frmBideo_Baja_Resolucion)

vlcControl.Top = 450
vlcControl.Left = 60
vlcControl.Height = 3765
vlcControl.Width = 4155
vlcControl.Visible = True
vlcControl.ToolBar = True

Set mpbideoa = vlcControl.object
End Sub

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

Re: VB VLC toolbar not displaying playing time and total length

Postby da2424 » 17 Jun 2016 20:02

Is there a way this is displayed by default or has it to be coded and be displayed in another place like a label or text box?
The UI doesn't support it yet.
But yes, you can acess to it over the API, see https://wiki.videolan.org/Documentation ... put_object

Sempa
New Cone
New Cone
Posts: 2
Joined: 15 Jun 2016 12:02

Re: VB VLC toolbar not displaying playing time and total length

Postby Sempa » 20 Jun 2016 09:40

Thanks a lot for reply da2424 :)


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 9 guests