<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Gelöst: HTML Syntax für gespeicherte Datei]]></title><description><![CDATA[<p dir="auto">Hallo<br />
ich möchte mit HTML eine HTML Widget beschreiben.<br />
Das Widget soll eine MP4 Datei abspielen.<br />
Meine ersten Versuche sehe wie folgt aus, klappt aber nicht:</p>
<pre><code>&lt;div style="position:relative;width:800px;height:400px;overflow:auto;"&gt;
        &lt;iframe src= 'http://192.168.xxx.xxx:8082/iobroker/SmartHome/iobroker-data/files/vis.0/NL/1Boot.mp4' height="800" width="400" style="border:none;overflow:hidden;position:absolute;left:0px;top:0px;"&gt;
        &lt;/iframe&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto">Wie muß es richtig aussehen?<br />
Gruß<br />
Michael</p>
<p dir="auto">So klappt es:</p>
<pre><code>&lt;div style&gt;
&lt;iframe style="transform-origin: 10px 40px 0px; transform: scale(1.0); width: 800px; height: 500px;" src="http://192.168.178.xxx:8082\vis.0\NL\01Boot.mp4" name="iFrame" scrolling="no"&gt;&lt;/iframe&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/46572/gelöst-html-syntax-für-gespeicherte-datei</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 18:45:23 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/46572.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Jul 2021 18:00:49 GMT</pubDate><ttl>60</ttl></channel></rss>