<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OpenLaszlo and Full Screen / Kiosk Mode</title>
	<atom:link href="http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/</link>
	<description>/home/devl/</description>
	<lastBuildDate>Sat, 15 May 2010 02:26:54 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raju Bitter</title>
		<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/comment-page-1/#comment-790</link>
		<dc:creator>Raju Bitter</dc:creator>
		<pubDate>Mon, 06 Jul 2009 00:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.synie.net/?p=85#comment-790</guid>
		<description>Support for full screen/kiosk mode is built into the OpenLaszlo platform now, starting with version 4.4 - that has been just released. A documentation of how it works can be found in my blog at http://openfuture.rajubitter.com/2009/07/01/openlaszlo-44-released-video-components-improved-full-screen-support-for-swfx/</description>
		<content:encoded><![CDATA[<p>Support for full screen/kiosk mode is built into the OpenLaszlo platform now, starting with version 4.4 &#8211; that has been just released. A documentation of how it works can be found in my blog at <a href="http://openfuture.rajubitter.com/2009/07/01/openlaszlo-44-released-video-components-improved-full-screen-support-for-swfx/" rel="nofollow">http://openfuture.rajubitter.com/2009/07/01/openlaszlo-44-released-video-components-improved-full-screen-support-for-swfx/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaud</title>
		<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/comment-page-1/#comment-209</link>
		<dc:creator>Renaud</dc:creator>
		<pubDate>Wed, 18 Mar 2009 16:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.synie.net/?p=85#comment-209</guid>
		<description>Here is my snippet for &lt;b&gt;toggleFullScreen()&lt;/b&gt;&lt;b&gt; working with swf8 and swf9 :

&lt;code&gt;

function toggleFullScreen()
{
    var objStage = $swf8 ? Stage :  canvas.sprite.stage;
     objStage.displayState = (objStage.displayState == &quot;fullScreen&quot; ? &quot;normal&quot; : &quot;fullScreen&quot;);
}

&lt;/code&gt;

... And in my html &lt;/b&gt;&lt;b&gt;object&lt;/b&gt; tag :
&lt;code&gt;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here is my snippet for <b>toggleFullScreen()</b><b> working with swf8 and swf9 :</p>
<p><code></p>
<p>function toggleFullScreen()<br />
{<br />
    var objStage = $swf8 ? Stage :  canvas.sprite.stage;<br />
     objStage.displayState = (objStage.displayState == "fullScreen" ? "normal" : "fullScreen");<br />
}</p>
<p></code></p>
<p>&#8230; And in my html </b><b>object</b> tag :<br />
<code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexwebmaster</title>
		<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/comment-page-1/#comment-204</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 09:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.synie.net/?p=85#comment-204</guid>
		<description>Hello webmaster
I would like to share with you a link to your site
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Future &#187; Archive &#187; Fullscreen HD video with OpenLaszlo 4.2 and the SWF9 runtime</title>
		<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/comment-page-1/#comment-205</link>
		<dc:creator>Open Future &#187; Archive &#187; Fullscreen HD video with OpenLaszlo 4.2 and the SWF9 runtime</dc:creator>
		<pubDate>Sat, 10 Jan 2009 02:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.synie.net/?p=85#comment-205</guid>
		<description>[...] I created an OpenLaszlo component for toggling between normal and fullscreen display mode for the SWF8 and the SWF9 runtime. The SWF8 specific code is based on the fullscreen example I found in sYnie&#8217;s blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] I created an OpenLaszlo component for toggling between normal and fullscreen display mode for the SWF8 and the SWF9 runtime. The SWF8 specific code is based on the fullscreen example I found in sYnie&#8217;s blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sYnie</title>
		<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/comment-page-1/#comment-208</link>
		<dc:creator>sYnie</dc:creator>
		<pubDate>Fri, 02 Jan 2009 12:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.synie.net/?p=85#comment-208</guid>
		<description>Thanks for the code.
Which OL version do you use?</description>
		<content:encoded><![CDATA[<p>Thanks for the code.<br />
Which OL version do you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Tcholakov</title>
		<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/comment-page-1/#comment-207</link>
		<dc:creator>Ivan Tcholakov</dc:creator>
		<pubDate>Fri, 02 Jan 2009 02:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.synie.net/?p=85#comment-207</guid>
		<description>I am leaving here a modified version of the script that worked for me:








        LFCApplication.stage.scaleMode = &quot;noScale&quot;;
        LFCApplication.stage.align = &quot;TL&quot;;

        function toggleFullScreen() {
            if (LFCApplication.stage.displayState == &quot;normal&quot;) {
                LFCApplication.stage.displayState = &quot;fullScreen&quot;;
            } else {
                LFCApplication.stage.displayState = &quot;normal&quot;;
            }
        }</description>
		<content:encoded><![CDATA[<p>I am leaving here a modified version of the script that worked for me:</p>
<p>        LFCApplication.stage.scaleMode = &#8220;noScale&#8221;;<br />
        LFCApplication.stage.align = &#8220;TL&#8221;;</p>
<p>        function toggleFullScreen() {<br />
            if (LFCApplication.stage.displayState == &#8220;normal&#8221;) {<br />
                LFCApplication.stage.displayState = &#8220;fullScreen&#8221;;<br />
            } else {<br />
                LFCApplication.stage.displayState = &#8220;normal&#8221;;<br />
            }<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Tcholakov</title>
		<link>http://devl.net/2008/11/openlaszlo-and-full-screen-kiosk-mode/comment-page-1/#comment-206</link>
		<dc:creator>Ivan Tcholakov</dc:creator>
		<pubDate>Wed, 31 Dec 2008 19:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.synie.net/?p=85#comment-206</guid>
		<description>How to deal with this?

Compilation Errors

org.openlaszlo.sc.CompilerError: fullscreen.lzx: 3: Error: Access of possibly undefined property scaleMode through a reference with static type Class, in line: Stage.scaleMode = &quot;noScale&quot;;
fullscreen.lzx: 4: Error: Access of possibly undefined property align through a reference with static type Class, in line: Stage.align = &quot;TL&quot;</description>
		<content:encoded><![CDATA[<p>How to deal with this?</p>
<p>Compilation Errors</p>
<p>org.openlaszlo.sc.CompilerError: fullscreen.lzx: 3: Error: Access of possibly undefined property scaleMode through a reference with static type Class, in line: Stage.scaleMode = &#8220;noScale&#8221;;<br />
fullscreen.lzx: 4: Error: Access of possibly undefined property align through a reference with static type Class, in line: Stage.align = &#8220;TL&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
