<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>franto.com &#187; adobe bug</title>
	<atom:link href="http://franto.com/tag/adobe-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com</link>
	<description></description>
	<lastBuildDate>Tue, 23 Aug 2011 10:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Loosing children interactivity after setting perspectiveProjection</title>
		<link>http://franto.com/loosing-children-interactivity-after-setting-perspectiveprojection/</link>
		<comments>http://franto.com/loosing-children-interactivity-after-setting-perspectiveprojection/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 09:58:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[adobe bug]]></category>
		<category><![CDATA[field of view]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash bug]]></category>
		<category><![CDATA[perspective projection]]></category>

		<guid isPermaLink="false">http://franto.com/?p=1133</guid>
		<description><![CDATA[My current project needs to use new native 3D in Flash Player 10. It seems so easy to use it, just set any 3d property like x,y,z or rotationX, rotationY, rotationZ and all should work perfectly. It seems so. But I have found problem and it seems it&#8217;s Flash player bug (I hope someone proves [...]]]></description>
			<content:encoded><![CDATA[<div class="TweetButton_button" style="float: right; margin-left: 10px;;height:20px;margin-bottom:5px;"><a href="http://twitter.com/share?url=http%3A%2F%2Ffranto.com%2Floosing-children-interactivity-after-setting-perspectiveprojection%2F&amp;text=Loosing children interactivity after setting perspectiveProjection&amp;count=vertical&amp;lang=en&amp;related=adobe+bug,field+of+view,Flash,flash+bug,Flex,perspective+projection"><img src="http://franto.com/blog2/wp-content/plugins/tweetbutton-for-wordpress/images/tweet.png" style="border:none" /></a></div>
<p>My current project needs to use new native 3D in Flash Player 10. It seems so easy to use it, just set any 3d property like x,y,z or rotationX, rotationY, rotationZ and all should work perfectly. It seems so. But I have found problem and it seems it&#8217;s Flash player bug (I hope someone proves me wrong <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). I need to change field of view of some DisplayObject to have different perspective as it is set by  default. So I&#8217;ve done it in way</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">var</span> pp:PerspectiveProjection = <span style="color: #000000; font-weight: bold;">new</span> PerspectiveProjection<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
pp.<span style="color: #006600;">fieldOfView</span> = <span style="color: #cc66cc;">11</span>;
&nbsp;
<span style="color: #0066CC;">this</span>.<span style="color: #006600;">transform</span>.<span style="color: #006600;">perspectiveProjection</span> = pp;</pre></div></div>

<p>it&#8217;s easy and it works. But problem is, that after setting of perspectiveProjection all children interactivity (mouse click, rollovers and rollouts) stops working <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  and this is really big issue. I&#8217;ve tried everything I know to prevent this, but I could not make it work. So I&#8217;m trying to write this post to get help on this (if it is possible).</p>
<p>Let me know if you have similar problem and please vote for Adobe bug(s) I will post later to let Adobe fix it ASAP.</p>
<p>Some links with this issue on net:</p>
<ul>
<li><a href="http://old.nabble.com/Setting-perspectiveProjection-disable-children-interactivity-td21207809.html">http://old.nabble.com/Setting-perspectiveProjection-disable-children-interactivity-td21207809.html</a></li>
<li><a href="https://bugs.adobe.com/jira/browse/FP-2445">https://bugs.adobe.com/jira/browse/FP-2445</a></li>
<li><a href="https://bugs.adobe.com/jira/browse/FP-1609">https://bugs.adobe.com/jira/browse/FP-1609</a> This is even marked as resolved by Adobe</li>
</ul>
<p>Let me know if comments if you know anything about this problem. Thank you</p>
]]></content:encoded>
			<wfw:commentRss>http://franto.com/loosing-children-interactivity-after-setting-perspectiveprojection/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

