<?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: AutoFitArea &#8211; Stretch/Scale/Position DisplayObjects to Fit Within a Rectangular Area</title>
	<atom:link href="http://www.greensock.com/autofitarea/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greensock.com/autofitarea/</link>
	<description>Engaging the internet</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:43:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jack</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-30667</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 09 Aug 2011 05:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-30667</guid>
		<description>ACJ, you can resize and reposition an AutoFitArea anytime and it&#039;ll automatically adjust all the attached DisplayObjects. You can force an update by calling its update() method.</description>
		<content:encoded><![CDATA[<p>ACJ, you can resize and reposition an AutoFitArea anytime and it&#8217;ll automatically adjust all the attached DisplayObjects. You can force an update by calling its update() method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACJ</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-30652</link>
		<dc:creator>ACJ</dc:creator>
		<pubDate>Mon, 08 Aug 2011 19:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-30652</guid>
		<description>Great tool!  Just one question:

Let&#039;s say I&#039;m building a photo gallery for mobile devices (like your panel-scroll example), and when the screen rotates, not only does the image rotate, but scales proportionally, as well.

When using AutoFitArea, do I create one instance and attach multiple pictures (displayObjects) to it, or do I have to create multiple AutoFitArea instances?</description>
		<content:encoded><![CDATA[<p>Great tool!  Just one question:</p>
<p>Let&#8217;s say I&#8217;m building a photo gallery for mobile devices (like your panel-scroll example), and when the screen rotates, not only does the image rotate, but scales proportionally, as well.</p>
<p>When using AutoFitArea, do I create one instance and attach multiple pictures (displayObjects) to it, or do I have to create multiple AutoFitArea instances?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clark</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-26999</link>
		<dc:creator>Clark</dc:creator>
		<pubDate>Sun, 01 May 2011 21:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-26999</guid>
		<description>This really is excellent. A++</description>
		<content:encoded><![CDATA[<p>This really is excellent. A++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam J</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-22751</link>
		<dc:creator>Adam J</dc:creator>
		<pubDate>Tue, 01 Feb 2011 13:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-22751</guid>
		<description>One on the most useful tools i have ever seen. Great stuff, thanks for sharing:)</description>
		<content:encoded><![CDATA[<p>One on the most useful tools i have ever seen. Great stuff, thanks for sharing:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucy Minshall</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-19096</link>
		<dc:creator>Lucy Minshall</dc:creator>
		<pubDate>Sun, 14 Nov 2010 02:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-19096</guid>
		<description>Thanks for that, of course I didn&#039;t think about using the matrix parameter, I am indeed using BitmapData.draw() at the moment.

I have seen the transform manager, it&#039;s also a great tool.
I&#039;m actually just scaling the image using a slider and have just used flash&#039;s native components for that.

Thanks again for your help.
Lucy</description>
		<content:encoded><![CDATA[<p>Thanks for that, of course I didn&#8217;t think about using the matrix parameter, I am indeed using BitmapData.draw() at the moment.</p>
<p>I have seen the transform manager, it&#8217;s also a great tool.<br />
I&#8217;m actually just scaling the image using a slider and have just used flash&#8217;s native components for that.</p>
<p>Thanks again for your help.<br />
Lucy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-19072</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 13 Nov 2010 05:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-19072</guid>
		<description>Lucy, it sounds like you&#039;re just saving it incorrectly - are you using BitmapData.draw() or something? Remember, that always gets rid of all transformations unless you utilize the &quot;matrix&quot; parameter. That has nothing to do with AutoFitArea though. 

If you need interactive scaling/rotating/moving, you might want to check out http://www.greensock.com/transformmanageras3/ (not sure if you saw that already).</description>
		<content:encoded><![CDATA[<p>Lucy, it sounds like you&#8217;re just saving it incorrectly &#8211; are you using BitmapData.draw() or something? Remember, that always gets rid of all transformations unless you utilize the &#8220;matrix&#8221; parameter. That has nothing to do with AutoFitArea though. </p>
<p>If you need interactive scaling/rotating/moving, you might want to check out <a href="http://www.greensock.com/transformmanageras3/" rel="nofollow">http://www.greensock.com/transformmanageras3/</a> (not sure if you saw that already).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucy</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-19064</link>
		<dc:creator>Lucy</dc:creator>
		<pubDate>Sat, 13 Nov 2010 01:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-19064</guid>
		<description>This is such a fantastic tool!
I&#039;m currently creating an application for users to upload and image then scale it, move it, then save the new image.
AutoFitArea is great as when the image uploaded, regardless of size it scales the image to the defined  area.
My only issue is, when the image is saved, it saves it at it&#039;s original scale, not the scale from the AutoFitArea.. Is there anyway to set the scale that the AutoFitArea has applied, to be the new default scale of the attached display object?
Thanks :)</description>
		<content:encoded><![CDATA[<p>This is such a fantastic tool!<br />
I&#8217;m currently creating an application for users to upload and image then scale it, move it, then save the new image.<br />
AutoFitArea is great as when the image uploaded, regardless of size it scales the image to the defined  area.<br />
My only issue is, when the image is saved, it saves it at it&#8217;s original scale, not the scale from the AutoFitArea.. Is there anyway to set the scale that the AutoFitArea has applied, to be the new default scale of the attached display object?<br />
Thanks <img src='http://www.greensock.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-14455</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 17 May 2010 20:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-14455</guid>
		<description>Yoshiyan, Flex requires that only objects that extend UIComponent can be added to the display list (well, at least that&#039;s the general rule). AutoFitArea extends Shape, as do the masks that it creates when you set crop=true, so Flex burps. You should be able to easily solve this, though, by changing the &quot;Shape&quot; references in the class to UIComponents.</description>
		<content:encoded><![CDATA[<p>Yoshiyan, Flex requires that only objects that extend UIComponent can be added to the display list (well, at least that&#8217;s the general rule). AutoFitArea extends Shape, as do the masks that it creates when you set crop=true, so Flex burps. You should be able to easily solve this, though, by changing the &#8220;Shape&#8221; references in the class to UIComponents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoshiyan</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-14447</link>
		<dc:creator>Yoshiyan</dc:creator>
		<pubDate>Mon, 17 May 2010 15:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-14447</guid>
		<description>Can it work well in Flex? I have a try, but it seems that it will not work if I apply the option corp = &quot;true&quot;,

Best regards
Yoshiyan</description>
		<content:encoded><![CDATA[<p>Can it work well in Flex? I have a try, but it seems that it will not work if I apply the option corp = &#8220;true&#8221;,</p>
<p>Best regards<br />
Yoshiyan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://www.greensock.com/autofitarea/comment-page-1/#comment-14284</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Fri, 14 May 2010 07:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.greensock.com/?p=1090#comment-14284</guid>
		<description>Thanks so much for LiquidStage! You made my Day with this fantastic Tool.

Best regards
Sascha</description>
		<content:encoded><![CDATA[<p>Thanks so much for LiquidStage! You made my Day with this fantastic Tool.</p>
<p>Best regards<br />
Sascha</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.greensock.com @ 2012-02-09 07:59:37 -->
