<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Frank Seitz' Developer Logbuch - YouTube</title>
    <link>http://fseitz.de/blog/</link>
    <description>Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 09 Jan 2010 16:08:50 GMT</pubDate>

    <image>
        <url>http://fseitz.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Frank Seitz' Developer Logbuch - YouTube - Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</title>
        <link>http://fseitz.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>YouTube Video in HTML-Seite einbetten</title>
    <link>http://fseitz.de/blog/index.php?/archives/5-YouTube-Video-in-HTML-Seite-einbetten.html</link>
            <category>YouTube</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/5-YouTube-Video-in-HTML-Seite-einbetten.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;object width=&quot;120&quot; height=&quot;115&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/oDFPNKeVcI0&amp;amp;hl=de_DE&amp;amp;fs=0&amp;amp;rel=0&quot;&gt;&lt;/param&gt;
  &lt;param name=&quot;allowFullScreen&quot; value=&quot;false&quot;&gt;&lt;/param&gt;
  &lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
  &lt;embed src=&quot;http://www.youtube.com/v/oDFPNKeVcI0&amp;amp;hl=de_DE&amp;amp;fs=0&amp;amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;120&quot; height=&quot;115&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;

&lt;object width=&quot;160&quot; height=&quot;145&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/oDFPNKeVcI0&amp;amp;hl=de_DE&amp;amp;fs=0&amp;amp;rel=0&quot;&gt;&lt;/param&gt;
  &lt;param name=&quot;allowFullScreen&quot; value=&quot;false&quot;&gt;&lt;/param&gt;
  &lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
  &lt;embed src=&quot;http://www.youtube.com/v/oDFPNKeVcI0&amp;amp;hl=de_DE&amp;amp;fs=0&amp;amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;160&quot; height=&quot;145&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;

&lt;object width=&quot;240&quot; height=&quot;205&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/oDFPNKeVcI0&amp;amp;hl=de_DE&amp;amp;fs=0&amp;amp;rel=0&quot;&gt;&lt;/param&gt;
  &lt;param name=&quot;allowFullScreen&quot; value=&quot;false&quot;&gt;&lt;/param&gt;
  &lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
  &lt;embed src=&quot;http://www.youtube.com/v/oDFPNKeVcI0&amp;amp;hl=de_DE&amp;amp;fs=0&amp;amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;240&quot; height=&quot;205&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;

&lt;br /&gt;
Hier der Code, wie er von YouTube vorgeschlagen wird:

&lt;pre class=&quot;s-pre-box&quot;&gt;
&amp;lt;object width=&quot;$WIDTH&quot; height=&quot;$HEIGHT&quot;&amp;gt;
  &amp;lt;param name=&quot;movie&quot; value=&quot;$URL&quot;&amp;gt;&amp;lt;/param&amp;gt;
  &amp;lt;param name=&quot;allowFullScreen&quot; value=&quot;$FS&quot;&amp;gt;&amp;lt;/param&amp;gt;
  &amp;lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&amp;gt;&amp;lt;/param&amp;gt;
  &amp;lt;embed src=&quot;$URL&quot;
      type=&quot;application/x-shockwave-flash&quot;
      allowscriptaccess=&quot;always&quot;
      allowfullscreen=&quot;$FS&quot;
      width=&quot;$WIDTH&quot;
      height=&quot;$HEIGHT&quot;&amp;gt;
  &amp;lt;/embed&amp;gt;
&amp;lt;/object&amp;gt;
&lt;/pre&gt;

&lt;table&gt;
&lt;tr&gt;
  &lt;td&gt;$URL&lt;/td&gt;
  &lt;td&gt;YouTube-URL (hier: &quot;http://www.youtube.com/v/$VIDEO&amp;amp;hl=de_DE&amp;amp;fs=$FS&amp;amp;rel=$REL&quot;)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;$VIDEO&lt;/td&gt;
  &lt;td&gt;YouTube Video-Id (hier: &quot;oDFPNKeVcI0&quot;)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;$WIDTH&lt;/td&gt;
  &lt;td&gt;Breite des Players (hier: 240)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;$HEIGHT&lt;/td&gt;
  &lt;td&gt;Höhe des Players = Videohöhe + 25 (hier: 205 = 180+25 )&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;$FS&lt;/td&gt;
  &lt;td&gt;Erlaube Fullscreen-Modus (bei allowfullscreen &quot;true&quot; oder &quot;false&quot;, bei fs: 0 oder 1)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;$REL&lt;/td&gt;
  &lt;td&gt;Ähnliche Videos vorschlagen, wenn die Maus über dem Player ist (0=nein, 1=ja)&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;Im Falle eine Standard-Definition Films - wie oben - im Steitenverhältnis 4:3, errechnen sich z.B.
folgende Playergrößen:&lt;/p&gt;

&lt;pre class=&quot;s-pre-box&quot;&gt;120 x 115 (klein oben - es wird keine Zeit und kein Slider angezeigt)
160 x 145 (mittel oben - es wird keine Zeit angezeigt)
240 x 205 (groß oben - Fullscreen-Button ist explizit abgeschaltet)
320 x 265 (1. YouTube-Vorschlag)
425 x 344 (2. YouTube-Vorschlag)
480 x 385 (3. YouTube-Vorschlag)
640 x 505 (4. YouTube-Vorschlag)&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Thu, 07 Jan 2010 23:35:19 +0100</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/5-guid.html</guid>
    
</item>

</channel>
</rss>