Einzelnen Beitrag anzeigen

Benutzerbild von Bernhard Geyer
Bernhard Geyer

Registriert seit: 13. Aug 2002
17.171 Beiträge
 
Delphi 10.4 Sydney
 
#3

AW: Free solution to play videos?

  Alt 1. Feb 2017, 14:37
Open Video in TWebbrowser and let the Windows Mediaplayer do the work

use following template HTML-File to load your video

<html><head><title>Multimedia</title></head><body>
<div style="margin-top:0px;" align="center"><object width="%d" height="%d" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
<param name="ShowTracker" value="1">
<param name="ShowDisplay" value="0">
<param name="filename" value="%s">
</object></div></body></html>
Windows Vista - Eine neue Erfahrung in Fehlern.
  Mit Zitat antworten Zitat