<?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: Solution to Flex Image Rotation and Flipping around Center	</title>
	<atom:link href="https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Thu, 02 Jan 2014 01:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: FlexMann		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-8197</link>

		<dc:creator><![CDATA[FlexMann]]></dc:creator>
		<pubDate>Thu, 02 Jan 2014 01:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-8197</guid>

					<description><![CDATA[Hi,
why don&#039;t you use it in a simple way?

 
yourImageID.rotate =  90; // degree]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
why don&#8217;t you use it in a simple way?</p>
<p>yourImageID.rotate =  90; // degree</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Atlas		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-6168</link>

		<dc:creator><![CDATA[Atlas]]></dc:creator>
		<pubDate>Tue, 28 May 2013 07:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-6168</guid>

					<description><![CDATA[Thank you for taking the time to code this.]]></description>
			<content:encoded><![CDATA[<p>Thank you for taking the time to code this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JEBariffic		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-5534</link>

		<dc:creator><![CDATA[JEBariffic]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 20:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-5534</guid>

					<description><![CDATA[I&#039;ve noticed that the image.x property is changed after using this code. For example, an image that is 400 px wide at the 0 x position will, after the code is executed on it, have its x position changed to 400, even though it does flip perfectly in place and not move to the right as the x position would imply. Its like the x position pre-execution was attached to the left side of the image, and post execution is attacked to the right. Not sure if there is a way around that (or just happening to me?)]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that the image.x property is changed after using this code. For example, an image that is 400 px wide at the 0 x position will, after the code is executed on it, have its x position changed to 400, even though it does flip perfectly in place and not move to the right as the x position would imply. Its like the x position pre-execution was attached to the left side of the image, and post execution is attacked to the right. Not sure if there is a way around that (or just happening to me?)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jameel		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-5251</link>

		<dc:creator><![CDATA[jameel]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 10:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-5251</guid>

					<description><![CDATA[You rock dude!!!!Thanks a lot. This worked for me in a single shot.]]></description>
			<content:encoded><![CDATA[<p>You rock dude!!!!Thanks a lot. This worked for me in a single shot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vargazso		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-4774</link>

		<dc:creator><![CDATA[vargazso]]></dc:creator>
		<pubDate>Tue, 04 Oct 2011 19:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-4774</guid>

					<description><![CDATA[Hi, I&#039;m using the above code to rotate and zoom images (SWF images). Currently I&#039;m facing with a problem, where some of the SWF graphics are rotating and zooming perfectly, but there are some image, where this is not working. Graphics are jumping out of screen without controll. The only difference between the good and bad swf objects is the filetype. 7.0 is good others are not so :o( . Tried to convert objects to 7.0 but this is not working also. Have You ever seen this type of problem? Where can I find any solution for it? Any suggestion, what could be wrong? Many thanks in advance, Zsolt]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m using the above code to rotate and zoom images (SWF images). Currently I&#8217;m facing with a problem, where some of the SWF graphics are rotating and zooming perfectly, but there are some image, where this is not working. Graphics are jumping out of screen without controll. The only difference between the good and bad swf objects is the filetype. 7.0 is good others are not so :o( . Tried to convert objects to 7.0 but this is not working also. Have You ever seen this type of problem? Where can I find any solution for it? Any suggestion, what could be wrong? Many thanks in advance, Zsolt</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bill		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-4650</link>

		<dc:creator><![CDATA[Bill]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 22:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-4650</guid>

					<description><![CDATA[Scott, thanks for taking the time to do such a needed flash/flex task and to post it here on your site.  Matrices are not my strong point.  I found an interesting anomoly that might even make your code more universally useable for images if you tweak it.  I tried your rotation function with some square thumbnails and it worked perfectly, but when I tried it with non-square images, the images that I was saving to my hard drive were offset in an odd fashion.  After staring at the few lines of code forever, it finally came to me.  When you offset the image in the x and y directions to rotate the image about its center, after the rotation, you can no longer offset it back using the same offsets because the width and height now have switched places.  You can use your function for both square and non-square images if you simply switch the offsets in the code in line 11 to:

matrix.translate(+offsetHeight, +offsetWidth);

Let me know if I am in error, but this worked for me.  Thanks.]]></description>
			<content:encoded><![CDATA[<p>Scott, thanks for taking the time to do such a needed flash/flex task and to post it here on your site.  Matrices are not my strong point.  I found an interesting anomoly that might even make your code more universally useable for images if you tweak it.  I tried your rotation function with some square thumbnails and it worked perfectly, but when I tried it with non-square images, the images that I was saving to my hard drive were offset in an odd fashion.  After staring at the few lines of code forever, it finally came to me.  When you offset the image in the x and y directions to rotate the image about its center, after the rotation, you can no longer offset it back using the same offsets because the width and height now have switched places.  You can use your function for both square and non-square images if you simply switch the offsets in the code in line 11 to:</p>
<p>matrix.translate(+offsetHeight, +offsetWidth);</p>
<p>Let me know if I am in error, but this worked for me.  Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ellis Giles &#187; Cool Flex 3d Rotating Effects		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-3015</link>

		<dc:creator><![CDATA[Ellis Giles &#187; Cool Flex 3d Rotating Effects]]></dc:creator>
		<pubDate>Fri, 03 Dec 2010 22:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-3015</guid>

					<description><![CDATA[[...] http://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/ [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/" rel="ugc">http://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carlos		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-2754</link>

		<dc:creator><![CDATA[Carlos]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 01:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-2754</guid>

					<description><![CDATA[Hi Scott - thanks a lot for a perfect solution!

+1 also for providing the code clean and ready to be used.]]></description>
			<content:encoded><![CDATA[<p>Hi Scott &#8211; thanks a lot for a perfect solution!</p>
<p>+1 also for providing the code clean and ready to be used.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JimP		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-2470</link>

		<dc:creator><![CDATA[JimP]]></dc:creator>
		<pubDate>Sun, 23 May 2010 16:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-2470</guid>

					<description><![CDATA[Matrices are a total mystery to me.

What online reference(s) to you recommend Flex developers study in order to to get a basic understanding of WTF these matrix thingies are, and how to manipulate them?  I don&#039;t want a graduate-level course in arcane mathematics -- just the basic recipes.]]></description>
			<content:encoded><![CDATA[<p>Matrices are a total mystery to me.</p>
<p>What online reference(s) to you recommend Flex developers study in order to to get a basic understanding of WTF these matrix thingies are, and how to manipulate them?  I don&#8217;t want a graduate-level course in arcane mathematics &#8212; just the basic recipes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex R		</title>
		<link>https://www.selikoff.net/2010/03/17/solution-to-flex-image-rotation-and-flipping-around-center/comment-page-1/#comment-2461</link>

		<dc:creator><![CDATA[Alex R]]></dc:creator>
		<pubDate>Tue, 18 May 2010 23:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1768#comment-2461</guid>

					<description><![CDATA[Great !! worked perfect. Although, i&#039;m using a custom component to resize the image and the x,y anchor points are on the right top instead con the default left top after flipping. I&#039;ve been searching and didn&#039;t found anything close to reassigning anchor points to an image in flex. Any ideas would be greatly appreciated !!!]]></description>
			<content:encoded><![CDATA[<p>Great !! worked perfect. Although, i&#8217;m using a custom component to resize the image and the x,y anchor points are on the right top instead con the default left top after flipping. I&#8217;ve been searching and didn&#8217;t found anything close to reassigning anchor points to an image in flex. Any ideas would be greatly appreciated !!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
