<?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: Hack to disable Flash Lite auto screen orientation/rotation on Nokia 5800 (and others)</title>
	<atom:link href="http://bloggy.kuneri.net/2009/04/23/hack-disable-auto-screen-orientation-rotation-flash-lite-nokia-5800/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggy.kuneri.net/2009/04/23/hack-disable-auto-screen-orientation-rotation-flash-lite-nokia-5800/</link>
	<description>Flash Lite, S60, Nokia, Adobe, Mac and mobile life</description>
	<lastBuildDate>Tue, 16 Mar 2010 09:25:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nnhan</title>
		<link>http://bloggy.kuneri.net/2009/04/23/hack-disable-auto-screen-orientation-rotation-flash-lite-nokia-5800/comment-page-1/#comment-55505</link>
		<dc:creator>nnhan</dc:creator>
		<pubDate>Wed, 20 Jan 2010 02:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=1138#comment-55505</guid>
		<description>Hi,

I tested like your code, but with dynamic text, it didn&#039;t work fine.
_root._rotation = -90;

Text of dynamic text not rotation. Its rotation is still 0.

I don&#039;t why?

Please help me.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tested like your code, but with dynamic text, it didn&#8217;t work fine.<br />
_root._rotation = -90;</p>
<p>Text of dynamic text not rotation. Its rotation is still 0.</p>
<p>I don&#8217;t why?</p>
<p>Please help me.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tasmanic</title>
		<link>http://bloggy.kuneri.net/2009/04/23/hack-disable-auto-screen-orientation-rotation-flash-lite-nokia-5800/comment-page-1/#comment-55478</link>
		<dc:creator>tasmanic</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=1138#comment-55478</guid>
		<description>This also works without the main movie:

var stageSizeListener:Object = new Object();
stageSizeListener.onResize=function()
{
if(Stage.width &gt; Stage.height) {
_root._rotation = -90;
_root._x = 0;
_root._y = 360;
} else {
_root._rotation = 0;
_root._x = 0;
_root._y = 0;
}
}
Stage.addListener(stageSizeListener);</description>
		<content:encoded><![CDATA[<p>This also works without the main movie:</p>
<p>var stageSizeListener:Object = new Object();<br />
stageSizeListener.onResize=function()<br />
{<br />
if(Stage.width &gt; Stage.height) {<br />
_root._rotation = -90;<br />
_root._x = 0;<br />
_root._y = 360;<br />
} else {<br />
_root._rotation = 0;<br />
_root._x = 0;<br />
_root._y = 0;<br />
}<br />
}<br />
Stage.addListener(stageSizeListener);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Objeto Device en Flash Lite 3.1 bajo Nokia S60 5th Edition &#124; BlocketPc :: Flash Lite y Mobile Web</title>
		<link>http://bloggy.kuneri.net/2009/04/23/hack-disable-auto-screen-orientation-rotation-flash-lite-nokia-5800/comment-page-1/#comment-55420</link>
		<dc:creator>Objeto Device en Flash Lite 3.1 bajo Nokia S60 5th Edition &#124; BlocketPc :: Flash Lite y Mobile Web</dc:creator>
		<pubDate>Mon, 22 Jun 2009 15:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=1138#comment-55420</guid>
		<description>[...] - Desactiva la característica de autorotación, para la que había algún tip básico que me recordó a técnicas usadas en el [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Desactiva la característica de autorotación, para la que había algún tip básico que me recordó a técnicas usadas en el [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PTM - Pasi Manninen - Flash, Flash Lite and Flex Developer</title>
		<link>http://bloggy.kuneri.net/2009/04/23/hack-disable-auto-screen-orientation-rotation-flash-lite-nokia-5800/comment-page-1/#comment-55414</link>
		<dc:creator>PTM - Pasi Manninen - Flash, Flash Lite and Flex Developer</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=1138#comment-55414</guid>
		<description>[...] is just what many Flash Lite Developers wanted. Of course we can use AS code to &quot;disable Flash Lite auto screen orientation/rotation on Nokia 5800: Kuneri&quot; and so on but finally a good solution is available and it is really easy to use (only a few lines [...]</description>
		<content:encoded><![CDATA[<p>[...] is just what many Flash Lite Developers wanted. Of course we can use AS code to &#8220;disable Flash Lite auto screen orientation/rotation on Nokia 5800: Kuneri&#8221; and so on but finally a good solution is available and it is really easy to use (only a few lines [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Lite Tips: How to disable Flash Lite auto screen orientation/rotation on Nokia 5800 &#124; Adobe Flash Lite</title>
		<link>http://bloggy.kuneri.net/2009/04/23/hack-disable-auto-screen-orientation-rotation-flash-lite-nokia-5800/comment-page-1/#comment-55325</link>
		<dc:creator>Flash Lite Tips: How to disable Flash Lite auto screen orientation/rotation on Nokia 5800 &#124; Adobe Flash Lite</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=1138#comment-55325</guid>
		<description>[...] &#8212; Tags: 5800, s60 5th, Tips &#8212; Li YongFei @ 9:14 am        ugur has posted a new tip, how to disable auto rotation / orientation change from a Flash Lite project for Nokia 5800 (360&#215;640 screen). It simply rotates the main Movieclip to rotate -90 degrees and back [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8212; Tags: 5800, s60 5th, Tips &#8212; Li YongFei @ 9:14 am        ugur has posted a new tip, how to disable auto rotation / orientation change from a Flash Lite project for Nokia 5800 (360&times;640 screen). It simply rotates the main Movieclip to rotate -90 degrees and back [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
