VLCPlugin1.Time

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
luca.decarlo
Blank Cone
Blank Cone
Posts: 10
Joined: 04 Jul 2007 14:14

VLCPlugin1.Time

Postby luca.decarlo » 10 Jul 2007 14:21

When i set the Time value with my slidebar value, the Time value come back to 0

es:

Private Sub Slider1_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
Me.Timer1.Enabled = False
End Sub

Private Sub Slider1_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
Me.VLCPlugin1.Time = Me.Slider1.Value
Me.Timer1.Enabled = True
End Sub

Private Sub Timer1_Timer()
If Me.Slider1.Max > 1 Then
Me.Slider1.Value = VLCPlugin1.Time
Me.Label1.Caption = VLCPlugin1.Time
End If
End Sub

Quovodis
Cone that earned his stripes
Cone that earned his stripes
Posts: 271
Joined: 16 Jun 2004 11:13
Location: Cork, Ireland

Re: VLCPlugin1.Time

Postby Quovodis » 10 Jul 2007 18:11

What version of VLC are you using ? you are using deprecated APIs, which are no longer maintained.

luca.decarlo
Blank Cone
Blank Cone
Posts: 10
Joined: 04 Jul 2007 14:14

Re: VLCPlugin1.Time

Postby luca.decarlo » 05 Jan 2008 15:22

The version that I use: 0.8.6d janus, what system should I use?


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 35 guests