<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Duplicating images using the Bitmap and BitmapData classes</title>
	<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 09:01:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Jason</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-17118</link>
		<author>Jason</author>
		<pubDate>Tue, 02 Dec 2008 03:29:44 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-17118</guid>
		<description>Martin, you are awesome!! Your solution worked for me. Thanks!!</description>
		<content:encoded><![CDATA[<p>Martin, you are awesome!! Your solution worked for me. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrm</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-16575</link>
		<author>mrm</author>
		<pubDate>Wed, 05 Nov 2008 01:03:14 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-16575</guid>
		<description>@geoff

It means you have to write this:
&lt;pre class="code"&gt;
xmlns:display="flash.display.*"
&lt;/pre&gt;

at the root tag of your application.</description>
		<content:encoded><![CDATA[<p>@geoff</p>
<p>It means you have to write this:</p>
<pre class="code">
xmlns:display="flash.display.*"
</pre>
<p>at the root tag of your application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-16563</link>
		<author>geoff</author>
		<pubDate>Tue, 04 Nov 2008 14:58:59 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-16563</guid>
		<description>still cant get this to work with the suggestions at the bottom of the blog

^^change the image tag in the itemrenderer to this, and link display namespace to “flash.display.*”

could you explain this in greater detail


what does this mean ?

link display namespace to “flash.display.*”

thanks</description>
		<content:encoded><![CDATA[<p>still cant get this to work with the suggestions at the bottom of the blog</p>
<p>^^change the image tag in the itemrenderer to this, and link display namespace to “flash.display.*”</p>
<p>could you explain this in greater detail</p>
<p>what does this mean ?</p>
<p>link display namespace to “flash.display.*”</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zyanlu</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-14607</link>
		<author>zyanlu</author>
		<pubDate>Mon, 11 Aug 2008 05:21:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-14607</guid>
		<description>thanks martin.

your solution is great!</description>
		<content:encoded><![CDATA[<p>thanks martin.</p>
<p>your solution is great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-14308</link>
		<author>vivek</author>
		<pubDate>Wed, 23 Jul 2008 12:21:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-14308</guid>
		<description>Hello,

Is there any way to copy data from SWFLoader instance?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Is there any way to copy data from SWFLoader instance?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12838</link>
		<author>martin</author>
		<pubDate>Wed, 21 May 2008 15:17:06 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12838</guid>
		<description>&lt;code&gt;data.source&lt;/code&gt; should be &lt;code&gt;data.image.displayObject&lt;/code&gt; in that case</description>
		<content:encoded><![CDATA[<p><code>data.source</code> should be <code>data.image.displayObject</code> in that case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12837</link>
		<author>martin</author>
		<pubDate>Wed, 21 May 2008 15:16:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12837</guid>
		<description>^^change the image tag in the itemrenderer to this, and link display namespace to "flash.display.*"
&lt;pre class="code"&gt;
&#60;mx:Image&#62;
    &#60;mx:source&#62;
        &#60;display:Bitmap bitmapData="{data.source}" /&#62;
    &#60;/mx:source&#62;
&#60;/mx:Image&#62;
&lt;/pre&gt;

sry for double post...seems wordpress has big issues with "greater than" and "smaller than" characters</description>
		<content:encoded><![CDATA[<p>^^change the image tag in the itemrenderer to this, and link display namespace to &#8220;flash.display.*&#8221;</p>
<pre class="code">
&lt;mx:Image&gt;
    &lt;mx:source&gt;
        &lt;display:Bitmap bitmapData="{data.source}" /&gt;
    &lt;/mx:source&gt;
&lt;/mx:Image&gt;
</pre>
<p>sry for double post&#8230;seems wordpress has big issues with &#8220;greater than&#8221; and &#8220;smaller than&#8221; characters</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12834</link>
		<author>martin</author>
		<pubDate>Wed, 21 May 2008 14:10:33 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12834</guid>
		<description>@betehes:

i think i found a solution, changing the itemrenderer to:

            
                
                    
			
			 
			       
		               
	                  
		 	
                        
                    
                
            

worked in my case</description>
		<content:encoded><![CDATA[<p>@betehes:</p>
<p>i think i found a solution, changing the itemrenderer to:</p>
<p>worked in my case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12830</link>
		<author>martin</author>
		<pubDate>Wed, 21 May 2008 12:39:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12830</guid>
		<description>@betehes:

i'm having the exact same problem, very annoying, seems to be a bug in flex for me but i dunno how to fix</description>
		<content:encoded><![CDATA[<p>@betehes:</p>
<p>i&#8217;m having the exact same problem, very annoying, seems to be a bug in flex for me but i dunno how to fix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: betehes</title>
		<link>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12561</link>
		<author>betehes</author>
		<pubDate>Thu, 08 May 2008 14:17:53 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/#comment-12561</guid>
		<description>There is a big bug that I'm not able to fix...

If I fill the TileList with enough objects to make the scrolling button to appear and if I scroll, the images will disappear...

Am I the only one to have this problem ?

Is there a way to fix it ?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>There is a big bug that I&#8217;m not able to fix&#8230;</p>
<p>If I fill the TileList with enough objects to make the scrolling button to appear and if I scroll, the images will disappear&#8230;</p>
<p>Am I the only one to have this problem ?</p>
<p>Is there a way to fix it ?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
