<?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: Duplicating images using the Bitmap and BitmapData classes</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sanjay</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-9175</link>
		<dc:creator>sanjay</dc:creator>
		<pubDate>Fri, 29 Apr 2011 06:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-9175</guid>
		<description>Is there a way to make selection, like magmatic lasso tool around an image and then crop it and save as a .png file in flex.</description>
		<content:encoded><![CDATA[<p>Is there a way to make selection, like magmatic lasso tool around an image and then crop it and save as a .png file in flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-8544</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Wed, 10 Nov 2010 02:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-8544</guid>
		<description>Hi, if I don&#039;t change the bitmap data, why do I need to clone it when duplicating a Bitmap?  Can&#039;t I just use the same instance of the BitmapData in multiple Bitmaps?</description>
		<content:encoded><![CDATA[<p>Hi, if I don&#8217;t change the bitmap data, why do I need to clone it when duplicating a Bitmap?  Can&#8217;t I just use the same instance of the BitmapData in multiple Bitmaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Bishop</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-7778</link>
		<dc:creator>Brian Bishop</dc:creator>
		<pubDate>Mon, 24 May 2010 13:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-7778</guid>
		<description>Hi 

Had disappearing images trying with Actionscript only, but got it to work fine with the above example - albeit with more mxml that I would have liked:)

Thanks a mill for the post (and to Martin for the fix)

Brian</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Had disappearing images trying with Actionscript only, but got it to work fine with the above example &#8211; albeit with more mxml that I would have liked:)</p>
<p>Thanks a mill for the post (and to Martin for the fix)</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devsachin</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-7682</link>
		<dc:creator>Devsachin</dc:creator>
		<pubDate>Tue, 11 May 2010 12:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-7682</guid>
		<description>Hi 
I have created a sample here with Flex for 
magnifying glass in flex: 

http://devsachinonflex.blogspot.com/2010/04/magnifying-glass-in-flex.html

Sachin dev tripathi 
Flex Developer</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have created a sample here with Flex for<br />
magnifying glass in flex: </p>
<p><a href="http://devsachinonflex.blogspot.com/2010/04/magnifying-glass-in-flex.html" rel="nofollow">http://devsachinonflex.blogspot.com/2010/04/magnifying-glass-in-flex.html</a></p>
<p>Sachin dev tripathi<br />
Flex Developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devsachin</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-7540</link>
		<dc:creator>Devsachin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 11:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-7540</guid>
		<description>Hi Peter, Can we implement magnifying glass logic by bitmapData. Do you already have any example for it? 
Please let me know
:
Sachin dev</description>
		<content:encoded><![CDATA[<p>Hi Peter, Can we implement magnifying glass logic by bitmapData. Do you already have any example for it?<br />
Please let me know<br />
:<br />
Sachin dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devsachin</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-7539</link>
		<dc:creator>Devsachin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 11:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-7539</guid>
		<description>Are u belonging to rewa Mp India??? :)</description>
		<content:encoded><![CDATA[<p>Are u belonging to rewa Mp India??? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luigi russo</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-6618</link>
		<dc:creator>luigi russo</dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-6618</guid>
		<description>Hello Peter
can i use prettyPhoto for the zooming effect in my Flex Project...
Thanks ciaooo from Italy</description>
		<content:encoded><![CDATA[<p>Hello Peter<br />
can i use prettyPhoto for the zooming effect in my Flex Project&#8230;<br />
Thanks ciaooo from Italy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul Singh Parihar</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-4648</link>
		<dc:creator>Atul Singh Parihar</dc:creator>
		<pubDate>Tue, 21 Jul 2009 05:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-4648</guid>
		<description>its very nice but if you implement with loader then its very usefully
Thanks 
Atul Singh Parihar</description>
		<content:encoded><![CDATA[<p>its very nice but if you implement with loader then its very usefully<br />
Thanks<br />
Atul Singh Parihar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KevinC</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-4533</link>
		<dc:creator>KevinC</dc:creator>
		<pubDate>Mon, 13 Jul 2009 03:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-4533</guid>
		<description>I can&#039;t begin to tell you how long I have been looking for a &lt;strong&gt;simple&lt;/strong&gt; solution to rendering a d*mn bitmap like your example...I think I love you. :)
Thanks Martin.  And Peter, than you a well.
Best,
KevinC</description>
		<content:encoded><![CDATA[<p>I can&#8217;t begin to tell you how long I have been looking for a <strong>simple</strong> solution to rendering a d*mn bitmap like your example&#8230;I think I love you. :)<br />
Thanks Martin.  And Peter, than you a well.<br />
Best,<br />
KevinC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tgl</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-247</link>
		<dc:creator>tgl</dc:creator>
		<pubDate>Sat, 21 Mar 2009 02:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-247</guid>
		<description>When I run the posted demo it works fine, but when I run the code in Flex Builder 3.0.2 SDK 3.2, I run into the scroll problem that everyone describes here, even with the solutions the images disappear during the scroll. Please assist, thank you.</description>
		<content:encoded><![CDATA[<p>When I run the posted demo it works fine, but when I run the code in Flex Builder 3.0.2 SDK 3.2, I run into the scroll problem that everyone describes here, even with the solutions the images disappear during the scroll. Please assist, thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

