<?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: How To Make a BitmapData From a DisplayObject/UIComponent</title>
	<atom:link href="http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:43:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mike</title>
		<link>http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/comment-page-1/#comment-1285</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 13 Feb 2009 02:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=242#comment-1285</guid>
		<description>humm.... are you sure this work with uicomponent?

pls see the code here: 

http://www.privatepaste.com/cadEwwV015</description>
		<content:encoded><![CDATA[<p>humm&#8230;. are you sure this work with uicomponent?</p>
<p>pls see the code here: </p>
<p><a href="http://www.privatepaste.com/cadEwwV015" rel="nofollow">http://www.privatepaste.com/cadEwwV015</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sadira</title>
		<link>http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/comment-page-1/#comment-876</link>
		<dc:creator>Sadira</dc:creator>
		<pubDate>Tue, 28 Oct 2008 08:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=242#comment-876</guid>
		<description>You write very well.</description>
		<content:encoded><![CDATA[<p>You write very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008 &#171; Alaguvel&#8217;s Weblog</title>
		<link>http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/comment-page-1/#comment-709</link>
		<dc:creator>43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008 &#171; Alaguvel&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 04 Sep 2008 09:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=242#comment-709</guid>
		<description>[...] Create bitmap data object from a display object http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/ [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; background: #d3e1ef; /* border: dotted 1px #777777; */">
<p>[...] Create bitmap data object from a display object <a href="http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/" rel="nofollow">http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/</a> [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: 43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008</title>
		<link>http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/comment-page-1/#comment-692</link>
		<dc:creator>43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008</dc:creator>
		<pubDate>Sun, 31 Aug 2008 18:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=242#comment-692</guid>
		<description>[...] Create bitmap data object from a display object  http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/ [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; background: #d3e1ef; /* border: dotted 1px #777777; */">
<p>[...] Create bitmap data object from a display object  <a href="http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/" rel="nofollow">http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/</a> [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Davey</title>
		<link>http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/comment-page-1/#comment-674</link>
		<dc:creator>Richard Davey</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=242#comment-674</guid>
		<description>Don&#039;t forget that using this method you will loose any scaling, rotation or alpha that might exist on the original display object. To preserve those simply inspect the scaleX/Y/rotation values of the original DO and then build a matrix which you pass as the 2nd parameter to draw. Also add smoothing if you need!</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget that using this method you will loose any scaling, rotation or alpha that might exist on the original display object. To preserve those simply inspect the scaleX/Y/rotation values of the original DO and then build a matrix which you pass as the 2nd parameter to draw. Also add smoothing if you need!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/comment-page-1/#comment-636</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Wed, 20 Aug 2008 15:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=242#comment-636</guid>
		<description>In Flex you can also use the ImageSnapshot class which makes it even easier ;-)</description>
		<content:encoded><![CDATA[<p>In Flex you can also use the ImageSnapshot class which makes it even easier <img src='http://www.flexer.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
