Page 1 of 1

Delphi : Problems with Multiple ActiveX on same Form

Posted: 02 Feb 2007 09:57
by Beardless2
Hi,

I have found issues with my program running two or more Video Lan activeX controls with Delphi.

From what I understand this is due to an unsolved issue and many people have problems with it.

So......couple of questions

1) Is there a workaround for Delphi?
2) Any ideas if and when it might be fixed properly?
3) Any other controls I can used to show multiple videos? (not WMP or Quicktime)

Kind Regards

Chris

Posted: 05 Feb 2007 11:17
by Beardless2
anyone?

Posted: 20 Feb 2007 11:14
by Beardless2
last try......

Posted: 01 Mar 2007 23:43
by hogi82
Create an m3u file containing your mediafile or URL you want to play. Use the "#EXTVLCOPT--no-overlay" parameter as shown in this example

Code: Select all

#EXTM3U #EXTINF:0, Foo Bar Description #EXTVLCOPT--r #EXTVLCOPT--no-overlay #EXTVLCOPT--input-repeat=-1 #EXTVLCOPT--http-reconnect=true e:\temp\test.avi