Search found 4 matches

Go to advanced search

by maconsoft
05 Oct 2010 10:39
Forum: Web and scripting
Topic: Plugin v2 BUG when STOP()
Replies: 2
Views: 929

Re: Plugin v2 BUG when STOP()

The BUG in the ActiveX VLC ver. 1.1.4 when the stop playing.
Problem not regular, Problem casual.

Can play 10 clips and hang on the stoping clip #10 .
Аnd hang on the stoping clip #20.

Install ver. 1.0.0 and no have BUG when the stoping playing.
by maconsoft
23 Sep 2010 13:10
Forum: Web and scripting
Topic: Plugin v2 BUG when STOP()
Replies: 2
Views: 929

Re: Plugin v2 BUG when STOP()

This code works:

Code: Select all

showmessage('stop'); /// modal message VLC.playlist.stop; VLC.playlist.items.clear; VLC.Visible:=false;
This code don't works:

Code: Select all

sleep(1000); VLC.playlist.stop; VLC.playlist.items.clear; VLC.Visible:=false;
by maconsoft
22 Sep 2010 23:47
Forum: Web and scripting
Topic: Plugin v2 BUG when STOP()
Replies: 2
Views: 929

Plugin v2 BUG when STOP()

This is code work OK. 1. press button "Button1" - start play 2. press button "Button2" - stop play 3. press button "Button2" - destroy TVLCPlugin2 procedure TForm1.Button1Click(Sender: TObject); begin vlc:=TVLCPlugin2.Create(self); vlc.Parent:=Self; vlc.Top:=0; vlc.Left...
by maconsoft
22 Sep 2010 18:08
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX Plugin v2 BUG stop() broken
Replies: 3
Views: 1705

VLC ActiveX Plugin v2 BUG stop() broken

This is code work OK. 1. press button "Button1" - start play 2. press button "Button2" - stop play 3. press button "Button2" - destroy TVLCPlugin2 procedure TForm1.Button1Click(Sender: TObject); begin vlc:=TVLCPlugin2.Create(self); vlc.Parent:=Self; vlc.Top:=0; vlc.Left...

Go to advanced search