<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Use the Same External Dynamic Image Infinitely]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Sat, 21 Nov 2009 17:36:21 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment3819</link><description><![CDATA[bitmapPic.draw(mc);
Should be : bitmapPic.draw(_root.tempMC)
Or line 2 should be
var mc = _root.createEmptyMovieClip("tempMC", 1, {_alpha:0});
<br/><br/>
(Comment posted by SM at 4:46 am, Fri 8th Jun 2007)]]></description><author>no@spam.com (SM)</author><pubDate><![CDATA[Fri, 08 Jun 2007 04:46:47 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment3819</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment4348</link><description><![CDATA[Eeeexcellent duude!
You saved me a LOT of time with this one. I spent almost a day trying to figure out why the heck duplicateMovieClip failed to duplicate!!! :)))<br/><br/>
(Comment posted by Stelios at 5:53 am, Tue 3rd Jul 2007)]]></description><author>no@spam.com (Stelios)</author><pubDate><![CDATA[Tue, 03 Jul 2007 05:53:29 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment4348</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment5341</link><description><![CDATA[It works fine, until I use theLoader.duplicateMovieClip() or try to copy some area of the image. Some ideas what went wrong?<br/><br/>
(Comment posted by Bartek at 7:38 pm, Sun 12th Aug 2007)]]></description><author>no@spam.com (Bartek)</author><pubDate><![CDATA[Sun, 12 Aug 2007 19:38:54 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment5341</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment7537</link><description><![CDATA[notice that in order to copy the JPG/GIF/PNG file inside the movie clip, you will need to store the BitmapData object, and use the draw method each time you duplicate the movie<br/><br/>
(Comment posted by mike shaulov at 2:03 pm, Thu 15th Nov 2007)]]></description><author>no@spam.com (mike shaulov)</author><pubDate><![CDATA[Thu, 15 Nov 2007 14:03:13 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/530/1/Use-the-Same-External-Dynamic-Image-Infinitely/Page1.html#Comment7537</guid></item></channel></rss>