<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating full-screen Flex applications</title>
	<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 10:00:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: dbx166xl</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16656</link>
		<author>dbx166xl</author>
		<pubDate>Mon, 10 Nov 2008 16:33:31 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16656</guid>
		<description>Via Flex 3, &#38; Flash Player 10, editing the html template file produces a blank screen in Firefox 3.   Anyone else having this issue?   Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Via Flex 3, &amp; Flash Player 10, editing the html template file produces a blank screen in Firefox 3.   Anyone else having this issue?   Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16542</link>
		<author>Simon</author>
		<pubDate>Mon, 03 Nov 2008 23:01:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16542</guid>
		<description>Hi, 

I have a white screen when I insert "allowFullScreen", "true". The problem occur exactly if I insert this line. Any idea why, apparently, javascript don't like this...

I use as well Cairngorm, locales, and external module but I don't think it's related ?

By the way I can run your example and I have the last player version.

Thanks
Simon</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have a white screen when I insert &#8220;allowFullScreen&#8221;, &#8220;true&#8221;. The problem occur exactly if I insert this line. Any idea why, apparently, javascript don&#8217;t like this&#8230;</p>
<p>I use as well Cairngorm, locales, and external module but I don&#8217;t think it&#8217;s related ?</p>
<p>By the way I can run your example and I have the last player version.</p>
<p>Thanks<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Falco Stellare</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16421</link>
		<author>Falco Stellare</author>
		<pubDate>Mon, 27 Oct 2008 10:08:45 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16421</guid>
		<description>Adobe developers say that disabling text inputs when in fullscreen is a security feature: you cannot interact with a Flex application running fullscreen because a potential hostile could duplicate a login interface and stole your account, with a well-known phishing technique.

But did you noticed a funny thing? You can't write directly into an input field in fullscreen mode, yes, but you can always &#60;b&#62;PASTE TEXT INTO IT&#60;/b&#62; (right-click on the field, and then select "paste" from the popup menu) and thus completely bypass the clever and strong security "fullscreen feature". No need for hacks, patches, or whatever. &#60;b&#62;Just copy a text from notepad and paste it into the "disabled" input field of your fullscreen Flex application&#60;/b&#62;: oh my god, the disabled input field works again! Press your submit button, and go.

WOW!!! :-\

Dear Adobe developers, please, remove this silly limitation NOW, and try to deal with security issues in better ways. &#60;b&#62;Security through obscurity is nothing but a failure&#60;/b&#62;, if you are a real software developer.

There are peoples here, who try to produce useful interactive applications with Flex (in my case, applications to be used for scientific research in oncology and molecular biology) and who really would like to take advantage from a fully working fullscreen feature...

And please, don't suggest to switch to AIR, this is not a valid alternative if you're developing an application to be distributed as a web service.</description>
		<content:encoded><![CDATA[<p>Adobe developers say that disabling text inputs when in fullscreen is a security feature: you cannot interact with a Flex application running fullscreen because a potential hostile could duplicate a login interface and stole your account, with a well-known phishing technique.</p>
<p>But did you noticed a funny thing? You can&#8217;t write directly into an input field in fullscreen mode, yes, but you can always &lt;b&gt;PASTE TEXT INTO IT&lt;/b&gt; (right-click on the field, and then select &#8220;paste&#8221; from the popup menu) and thus completely bypass the clever and strong security &#8220;fullscreen feature&#8221;. No need for hacks, patches, or whatever. &lt;b&gt;Just copy a text from notepad and paste it into the &#8220;disabled&#8221; input field of your fullscreen Flex application&lt;/b&gt;: oh my god, the disabled input field works again! Press your submit button, and go.</p>
<p>WOW!!! :-\</p>
<p>Dear Adobe developers, please, remove this silly limitation NOW, and try to deal with security issues in better ways. &lt;b&gt;Security through obscurity is nothing but a failure&lt;/b&gt;, if you are a real software developer.</p>
<p>There are peoples here, who try to produce useful interactive applications with Flex (in my case, applications to be used for scientific research in oncology and molecular biology) and who really would like to take advantage from a fully working fullscreen feature&#8230;</p>
<p>And please, don&#8217;t suggest to switch to AIR, this is not a valid alternative if you&#8217;re developing an application to be distributed as a web service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Falco Stellare</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16388</link>
		<author>Falco Stellare</author>
		<pubDate>Fri, 24 Oct 2008 12:27:12 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16388</guid>
		<description>In AIR you can use the FULL_SCREEN_INTERACTIVE statement to go fullscreen with working text inputs. It could be nice to have this feature in Flex too. I undestand all the security issues bond with this function, but I can't believe that there is not a workaround in order to let us developers design a fully functional fullscreen application and at the same time let users keep their security safe.

At the current conditions, fullscreen feature in Flex is nothing more than an oddity, good just for poorly interactive web sites...

If this problem can't be solved, I think I'll abandone the Flex platform very quickly :-(((</description>
		<content:encoded><![CDATA[<p>In AIR you can use the FULL_SCREEN_INTERACTIVE statement to go fullscreen with working text inputs. It could be nice to have this feature in Flex too. I undestand all the security issues bond with this function, but I can&#8217;t believe that there is not a workaround in order to let us developers design a fully functional fullscreen application and at the same time let users keep their security safe.</p>
<p>At the current conditions, fullscreen feature in Flex is nothing more than an oddity, good just for poorly interactive web sites&#8230;</p>
<p>If this problem can&#8217;t be solved, I think I&#8217;ll abandone the Flex platform very quickly :-(((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smacks</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16202</link>
		<author>smacks</author>
		<pubDate>Wed, 15 Oct 2008 16:13:16 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-16202</guid>
		<description>Very good work great thx for this great tutorial !!!</description>
		<content:encoded><![CDATA[<p>Very good work great thx for this great tutorial !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15698</link>
		<author>peterd</author>
		<pubDate>Thu, 18 Sep 2008 14:55:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15698</guid>
		<description>Magz,

I'm not aware of any APIs that allow you to do that (but I'm certainly no AIR expert). Maybe try asking on a high-traffic list like FlexCoders and see if anybody has tried experimenting with AIR + full screen + dual monitors.

Sorry,
Peter</description>
		<content:encoded><![CDATA[<p>Magz,</p>
<p>I&#8217;m not aware of any APIs that allow you to do that (but I&#8217;m certainly no AIR expert). Maybe try asking on a high-traffic list like FlexCoders and see if anybody has tried experimenting with AIR + full screen + dual monitors.</p>
<p>Sorry,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magz</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15674</link>
		<author>Magz</author>
		<pubDate>Wed, 17 Sep 2008 21:21:34 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15674</guid>
		<description>Hey! 

Is it possible for an AIR application to have two stages which go fullscreen on two monitors with different content? I would like a movie on full screen on my secondary display and controls on the other, both in fullscreen. This would really help me out, thanks!</description>
		<content:encoded><![CDATA[<p>Hey! </p>
<p>Is it possible for an AIR application to have two stages which go fullscreen on two monitors with different content? I would like a movie on full screen on my secondary display and controls on the other, both in fullscreen. This would really help me out, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaba</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15420</link>
		<author>Yaba</author>
		<pubDate>Tue, 09 Sep 2008 15:14:46 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15420</guid>
		<description>"Text input is currently not supported while a Flash/Flex application is in full screen mode in Flash Player."

And hopefully will never be. Consider a page that renders a full screen flex window showing a standard Windows log in screen. How many will think that something weird has happened to Windows once again and enter the login credentials into the malicious window?</description>
		<content:encoded><![CDATA[<p>&#8220;Text input is currently not supported while a Flash/Flex application is in full screen mode in Flash Player.&#8221;</p>
<p>And hopefully will never be. Consider a page that renders a full screen flex window showing a standard Windows log in screen. How many will think that something weird has happened to Windows once again and enter the login credentials into the malicious window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15341</link>
		<author>peterd</author>
		<pubDate>Sun, 07 Sep 2008 02:18:22 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15341</guid>
		<description>Andrea,

Text input is currently not supported while a Flash/Flex application is in full screen mode in Flash Player.

Peter</description>
		<content:encoded><![CDATA[<p>Andrea,</p>
<p>Text input is currently not supported while a Flash/Flex application is in full screen mode in Flash Player.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15330</link>
		<author>Andrea</author>
		<pubDate>Sat, 06 Sep 2008 20:03:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/07/creating-full-screen-flex-applications/#comment-15330</guid>
		<description>Great post Peter, 
but I'm guessing at text input problem. 
I totally got lost trying to find a work around..


any advice?

thank you,
andrea</description>
		<content:encoded><![CDATA[<p>Great post Peter,<br />
but I&#8217;m guessing at text input problem.<br />
I totally got lost trying to find a work around..</p>
<p>any advice?</p>
<p>thank you,<br />
andrea</p>
]]></content:encoded>
	</item>
</channel>
</rss>
