<?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: Rotate using Flex BitmapData and Matrix</title>
	<atom:link href="http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/</link>
	<description>Adobe Flex &#38; AIR Development</description>
	<lastBuildDate>Mon, 19 Jul 2010 17:26:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: sweety</title>
		<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/#comment-18299</link>
		<dc:creator>sweety</dc:creator>
		<pubDate>Wed, 02 Dec 2009 06:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=75#comment-18299</guid>
		<description>Hi 
I need same function .

But i have a dynamic lable.
eg. var lbl:Lable= new Lable()
lbl.Text=&quot;ABC&quot;;

var bitmapData:BitmapData = new BitmapData(lbl.width, lbl.height);
bitmapData.draw(lbl);

var img:Image= new Image();
img.source = new Bitmap(bitmapData);
img.rotation=20;

var matrix:Matrix = new Matrix();
 matrix.rotate(Math.PI/2);
matrix.tx = img.content.height;
var bd:BitmapData = getBitmapDataMatrix(img, matrix);
img.source = new Bitmap(bd);

but i got error:
like that: img.content is null

please try to help me</description>
		<content:encoded><![CDATA[<p>Hi<br />
I need same function .</p>
<p>But i have a dynamic lable.<br />
eg. var lbl:Lable= new Lable()<br />
lbl.Text=&#8221;ABC&#8221;;</p>
<p>var bitmapData:BitmapData = new BitmapData(lbl.width, lbl.height);<br />
bitmapData.draw(lbl);</p>
<p>var img:Image= new Image();<br />
img.source = new Bitmap(bitmapData);<br />
img.rotation=20;</p>
<p>var matrix:Matrix = new Matrix();<br />
 matrix.rotate(Math.PI/2);<br />
matrix.tx = img.content.height;<br />
var bd:BitmapData = getBitmapDataMatrix(img, matrix);<br />
img.source = new Bitmap(bd);</p>
<p>but i got error:<br />
like that: img.content is null</p>
<p>please try to help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshmikanth Reddy</title>
		<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/#comment-16460</link>
		<dc:creator>Lakshmikanth Reddy</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=75#comment-16460</guid>
		<description>Ohh, i got the reason, its not working for me in firefox, where as it is working in Internet Explorer, can anyone find the reason plz.</description>
		<content:encoded><![CDATA[<p>Ohh, i got the reason, its not working for me in firefox, where as it is working in Internet Explorer, can anyone find the reason plz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshmikanth Reddy</title>
		<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/#comment-16459</link>
		<dc:creator>Lakshmikanth Reddy</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=75#comment-16459</guid>
		<description>I have created as3corelib project and generated the .swc file for it and added that .swc file into this project, even then i am getting the sandbox violation error, can anyone help me out in solving this issue .</description>
		<content:encoded><![CDATA[<p>I have created as3corelib project and generated the .swc file for it and added that .swc file into this project, even then i am getting the sandbox violation error, can anyone help me out in solving this issue .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin</title>
		<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/#comment-15837</link>
		<dc:creator>Ramin</dc:creator>
		<pubDate>Mon, 14 Sep 2009 07:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=75#comment-15837</guid>
		<description>For the people who are interested why? it happens, when you maintain aspect ratio, the image gets smaller and smaller with every turn... 
when not maintaining the ratio the rotation works like a charm... but still it&#039;s not the way I want to work with images!!</description>
		<content:encoded><![CDATA[<p>For the people who are interested why? it happens, when you maintain aspect ratio, the image gets smaller and smaller with every turn&#8230;<br />
when not maintaining the ratio the rotation works like a charm&#8230; but still it&#8217;s not the way I want to work with images!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin</title>
		<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/#comment-15761</link>
		<dc:creator>Ramin</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=75#comment-15761</guid>
		<description>Hi!
Great post just exactly what I was looking for!! tried to use it and I came up with the same problem that Sebastian described. Image gets smaller and smaller after every turn. 
Is there any solution for this known problem?

Would really be appreciated!! 

Thanks!

Ramin</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Great post just exactly what I was looking for!! tried to use it and I came up with the same problem that Sebastian described. Image gets smaller and smaller after every turn.<br />
Is there any solution for this known problem?</p>
<p>Would really be appreciated!! </p>
<p>Thanks!</p>
<p>Ramin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/#comment-13392</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 01 Jun 2009 22:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=75#comment-13392</guid>
		<description>Hi! i have the same problem, the image become smaller and smaller with each rotation, have any idea to fix this problem? Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi! i have the same problem, the image become smaller and smaller with each rotation, have any idea to fix this problem? Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekstatisch (ekstatisch)</title>
		<link>http://www.thanksmister.com/index.php/archive/rotate-using-flex-bitmapdata-and-matrix/#comment-12618</link>
		<dc:creator>ekstatisch (ekstatisch)</dc:creator>
		<pubDate>Thu, 01 Jan 1970 06:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=75#comment-12618</guid>
		<description>http://thanksmister.com/?p=75     ?matrix??bitmapData</description>
		<content:encoded><![CDATA[<p><a href="http://thanksmister.com/?p=75" rel="nofollow">http://thanksmister.com/?p=75</a>     ?matrix??bitmapData</p>
]]></content:encoded>
	</item>
</channel>
</rss>
