Einzelnen Beitrag anzeigen

Benutzerbild von MyRealName
MyRealName

Registriert seit: 19. Okt 2003
Ort: Heilbronn
675 Beiträge
 
Delphi 10.4 Sydney
 
#1

Youtube im TWebBrowser unter 10.1

  Alt 2. Dez 2017, 21:01
Irgendwann hatte ich mal für mein Changelog zusätzliche RTF-Texte und angehängte youtube videos programmiert. Das ging unter damals Delphi 2007 recht schön.

Unter 10.1 nichts mehr, bleibt einfach schwarz.

Hab schon rumgebaut und in der Registry den Default IE6 rendermodus auf IE9 etc, aber nichts hilft.

Hat jemand eine idee ?

Mein augenblicklicher code sieht so aus :

Code:
<html>
<head>
</style>
    <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
</head>
<body>
  <object width="640" height="390">
  <param name="movie" value="//www.youtube.com/embed/ixw_bLVUL34">
  </param><param name="allowFullScreen" value="true">
  </param><param name="allowScriptAccess" value="always">
  </param><embed src="http://www.youtube.com/embed/ixw_bLVUL34" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390">
  </embed></object>
</body>
</html>
Den hier hab ich auch probiert, aber nichts :

Code:
<!DOCTYPE html>
<html>
<body>

<iframe width="420" height="315" src="//www.youtube.com/embed/ixw_bLVUL34" frameborder="0" allowfullscreen>
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

Geändert von MyRealName ( 2. Dez 2017 um 21:03 Uhr)
  Mit Zitat antworten Zitat