<?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>Krealyt - RIA</title>
    <link>http://www.invidea-media.de/krealyt/</link>
    <description>Verstehen und erschaffen.</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Sun, 29 Jan 2012 12:44:18 GMT</pubDate>

    <image>
        <url>http://www.invidea-media.de/krealyt/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Krealyt - RIA - Verstehen und erschaffen.</title>
        <link>http://www.invidea-media.de/krealyt/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Video mit OpenLaszlo</title>
    <link>http://www.invidea-media.de/krealyt/archives/10-Video-mit-OpenLaszlo.html</link>
            <category>RIA</category>
    
    <comments>http://www.invidea-media.de/krealyt/archives/10-Video-mit-OpenLaszlo.html#comments</comments>
    <wfw:comment>http://www.invidea-media.de/krealyt/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.invidea-media.de/krealyt/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Ziegler)</author>
    <content:encoded>
    &lt;p&gt;Mit &amp;lt;videoview&amp;gt; stellt OpenLaszlo ein Tag zur Integration eines&lt;br /&gt;
 Videoabspielers zur Verfügung. Die Quelle wird durch das Tag &lt;br /&gt;
&amp;lt;mediastream&amp;gt; bestimmt. Dieses ist allerdings optional und wird &lt;br /&gt;
nur benötigt, wenn man bestimmte Attribute des Videos bestimmen möchte -&lt;br /&gt;
 wie z.B. Framerate oder Startposition.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&amp;lt;mediadevice&amp;gt; kann an einen &amp;lt;videoview&amp;gt; gekoppelt werden,&lt;br /&gt;
 um Geräte wie &amp;lt;camera&amp;gt; oder &amp;lt;microphone&amp;gt; &amp;quot;anzuschließen&amp;quot;. &lt;br /&gt;
Konzentrieren wir uns aber auf das Abspielen von Videodateien und deren &lt;br /&gt;
Präsentation.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;Die grafische Oberfläche zur Steuerung des Videos und der Lautstärke stellt &amp;lt;videoplayer&amp;gt; zur Verfügung.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;Das Einfache Abspielen über http mit automatischem Start des Videos erfolgt mit&lt;/p&gt; &lt;br /&gt;
&lt;pre _mce_style=&quot;padding-left: 30px;&quot; style=&quot;padding-left: 30px;&quot;&gt;&amp;lt;videoview url=&quot;myvideo.flv&quot; autoplay=&quot;true&quot; /&amp;gt;&lt;/pre&gt; &lt;br /&gt;
&lt;p&gt;Das Einrichten eines Streams (z.B. RTMP) und weitere Informationen zu Video und OpenLaszlo findet man unter &lt;a target=&quot;_blank&quot; _mce_href=&quot;http://www.openlaszlo.org/lps4.1/docs/developers/video.html#d0e106650&quot; href=&quot;http://www.openlaszlo.org/lps4.1/docs/developers/video.html#d0e106650&quot;&gt;http://www.openlaszlo.org/lps4.1/docs/developers/video.html#d0e106650&lt;/a&gt;.&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;Weitere Erkenntnisse folgen.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 07 Jan 2011 21:53:12 +0100</pubDate>
    <guid isPermaLink="false">http://www.invidea-media.de/krealyt/archives/10-guid.html</guid>
    
</item>
<item>
    <title>Videoplayer in OpenLaszlo</title>
    <link>http://www.invidea-media.de/krealyt/archives/8-Videoplayer-in-OpenLaszlo.html</link>
            <category>RIA</category>
    
    <comments>http://www.invidea-media.de/krealyt/archives/8-Videoplayer-in-OpenLaszlo.html#comments</comments>
    <wfw:comment>http://www.invidea-media.de/krealyt/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.invidea-media.de/krealyt/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Ziegler)</author>
    <content:encoded>
    &lt;p&gt;Ein schneller Weg, einen Videoplayer in OpenLaszlo zu integrieren, &lt;br /&gt;
der den Namen von Videodateien aus einer integrierten XML-Datenquelle &lt;br /&gt;
erhält:&lt;/p&gt; &lt;br /&gt;
&lt;pre style=&quot;padding-left: 30px;&quot; _mce_style=&quot;padding-left: 30px;&quot;&gt;&amp;lt;canvas&amp;gt;&lt;br /&gt;
  &amp;lt;include href=&quot;av&quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;datapointer id=&quot;filmpointer&quot; xpath=&quot;filmdateien:/film[1]&quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;videoplayer id=&quot;leinwand&quot; x=&quot;1&quot; y=&quot;1&quot; width=&quot;400&quot; height=&quot;120&quot; autoplay=&quot;true&quot; url=&quot;video_0.flv&quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;view&amp;gt;&lt;br /&gt;
    &amp;lt;handler name=&quot;onclick&quot;&amp;gt;&lt;br /&gt;
      filmpointer.selectNext();&lt;br /&gt;
      leinwand.playVideo(filmpointer.getNodeText(), &quot;http&quot;);&lt;br /&gt;
    &amp;lt;/handler&amp;gt;&lt;br /&gt;
  &amp;lt;/view&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;datapath name=&quot;filmdateien&quot;&amp;gt;&lt;br /&gt;
    &amp;lt;film&amp;gt;video_1.flv&amp;lt;/film&amp;gt;&lt;br /&gt;
    &amp;lt;film&amp;gt;video_2.flv&amp;lt;/film&amp;gt;&lt;br /&gt;
    &amp;lt;film&amp;gt;video_3.flv&amp;lt;/film&amp;gt;&lt;br /&gt;
  &amp;lt;/datapath&amp;gt;&lt;br /&gt;
&amp;lt;/canvas&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Fri, 07 Jan 2011 21:43:40 +0100</pubDate>
    <guid isPermaLink="false">http://www.invidea-media.de/krealyt/archives/8-guid.html</guid>
    
</item>

</channel>
</rss>
