<?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: AS3 creating movieclips dynamically</title>
	<atom:link href="http://www.emstris.com/2009/02/as3-creating-movieclips-dynamically/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emstris.com/2009/02/as3-creating-movieclips-dynamically/</link>
	<description>Let AS3 Rock Your World</description>
	<lastBuildDate>Wed, 01 Sep 2010 10:45:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: tom in SoCal</title>
		<link>http://www.emstris.com/2009/02/as3-creating-movieclips-dynamically/comment-page-1/#comment-153</link>
		<dc:creator>tom in SoCal</dc:creator>
		<pubDate>Thu, 04 Feb 2010 03:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=136#comment-153</guid>
		<description>thank you, thank you, thank you.

I only wish I&#039;d found this about five hours ago!!</description>
		<content:encoded><![CDATA[<p>thank you, thank you, thank you.</p>
<p>I only wish I&#8217;d found this about five hours ago!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadi Tavakoli</title>
		<link>http://www.emstris.com/2009/02/as3-creating-movieclips-dynamically/comment-page-1/#comment-48</link>
		<dc:creator>Hadi Tavakoli</dc:creator>
		<pubDate>Wed, 15 Apr 2009 05:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=136#comment-48</guid>
		<description>@nck

Please note that I mean completly two different things when I talk about &quot;Creating MovieClips Dynamically&quot; vs. &quot;Generating different instances of a movieclip from the library&quot;

the above is actually trying to create new custome classes by a custome name.

From your post, what I think you are looking for is to actually drop different instances of a movieclip from the library, which you will understand how to do it if you take a look at this post:
http://www.emstris.com/2009/02/as3-how-to-control-a-movieclip-from-a-class/

I hope it helps.</description>
		<content:encoded><![CDATA[<p>@nck</p>
<p>Please note that I mean completly two different things when I talk about &#8220;Creating MovieClips Dynamically&#8221; vs. &#8220;Generating different instances of a movieclip from the library&#8221;</p>
<p>the above is actually trying to create new custome classes by a custome name.</p>
<p>From your post, what I think you are looking for is to actually drop different instances of a movieclip from the library, which you will understand how to do it if you take a look at this post:<br />
<a href="http://www.emstris.com/2009/02/as3-how-to-control-a-movieclip-from-a-class/" rel="nofollow">http://www.emstris.com/2009/02/as3-how-to-control-a-movieclip-from-a-class/</a></p>
<p>I hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nck</title>
		<link>http://www.emstris.com/2009/02/as3-creating-movieclips-dynamically/comment-page-1/#comment-47</link>
		<dc:creator>nck</dc:creator>
		<pubDate>Tue, 14 Apr 2009 19:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=136#comment-47</guid>
		<description>what i&#039;ve been tearing myself apart trying to figure out is, if i have a bunch of assets that are placeholders for things that would normally be loaded dynamically (i.e., a bunch of client logo PNGs that must be exported with actionscript because the .swf is required to be portable as a standalone file, yet flexible enough to quickly add and re-arrange the logos) how can i specify the asset from the library using a string instead of a hard-coded class name.

i can certainly use a uniform naming convention for a set of classes (logo_1, logo_2, logo_3, etc) and I&#039;m now attempting to use an eval() implementation such as (pseudo):

logoEmcees[ i ] = eval( &quot;new logo_&quot; + i + &quot;1)&quot; );

if anyone has success with that or knows a better way before i hurt myself trying, please holler back.

nck</description>
		<content:encoded><![CDATA[<p>what i&#8217;ve been tearing myself apart trying to figure out is, if i have a bunch of assets that are placeholders for things that would normally be loaded dynamically (i.e., a bunch of client logo PNGs that must be exported with actionscript because the .swf is required to be portable as a standalone file, yet flexible enough to quickly add and re-arrange the logos) how can i specify the asset from the library using a string instead of a hard-coded class name.</p>
<p>i can certainly use a uniform naming convention for a set of classes (logo_1, logo_2, logo_3, etc) and I&#8217;m now attempting to use an eval() implementation such as (pseudo):</p>
<p>logoEmcees[ i ] = eval( &#8220;new logo_&#8221; + i + &#8220;1)&#8221; );</p>
<p>if anyone has success with that or knows a better way before i hurt myself trying, please holler back.</p>
<p>nck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: secret and anonymous</title>
		<link>http://www.emstris.com/2009/02/as3-creating-movieclips-dynamically/comment-page-1/#comment-45</link>
		<dc:creator>secret and anonymous</dc:creator>
		<pubDate>Sun, 05 Apr 2009 09:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=136#comment-45</guid>
		<description>I love you for this</description>
		<content:encoded><![CDATA[<p>I love you for this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
