<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>General Discussion (new posts)</title>
		<link>http://ericd.wikidot.com/forum/c-31717/general-discussion</link>
		<description>Posts in the forum category &quot;General Discussion&quot; - Tell the world about the AS3 you use and/or have seen that makes you smile.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://ericd.wikidot.com/forum/t-63121#post-189648</guid>
				<title>A Hearty Hello: Re: A Hearty Hello</title>
				<link>http://ericd.wikidot.com/forum/t-63121/a-hearty-hello#post-189648</link>
				<description></description>
				<pubDate>Wed, 11 Jun 2008 03:09:12 +0000</pubDate>
				<wikidot:authorName>71.184.137.55</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Greetings, glad that inspired something. I hope you find the time to contribute here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-63121#post-175425</guid>
				<title>A Hearty Hello: A Hearty Hello</title>
				<link>http://ericd.wikidot.com/forum/t-63121/a-hearty-hello#post-175425</link>
				<description></description>
				<pubDate>Fri, 30 May 2008 15:45:53 +0000</pubDate>
				<wikidot:authorName>jschertz</wikidot:authorName>				<wikidot:authorUserId>135972</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Might as well introduce myself, I'm a mid-level Flash Dev working out of Chicago. I'm currently with Whittmanhart Interactive. I've been a longtime reader of Eric's work, he kind of got me to break the boundary from design to development when I first saw his Speaker wire test.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42863#post-111861</guid>
				<title>removeAllChildren: removeAllChildren</title>
				<link>http://ericd.wikidot.com/forum/t-42863/removeallchildren#post-111861</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 14:58:50 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Flex has removeAllChildren, but outside of Flex, you need to roll your own for now. An example.</p> <div class="code"> <pre> <code>private function removeAllChildren( containerObj:* ):void { while ( containerObj.numChildren &gt; 0 ) { container.removeChildAt(0); // Of course this does not ensure Garbage Collection, // You'll still need to provide this logic. } }</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42694#post-111809</guid>
				<title>This is a test Thread: Re: This is a test Thread</title>
				<link>http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread#post-111809</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 12:33:54 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks so much Helmut, I really do appreciate it!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42694#post-111724</guid>
				<title>This is a test Thread: Re: This is a test Thread</title>
				<link>http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread#post-111724</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 08:36:19 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi from the community forum - I took a look at your question !</p> <p>I was gone through the link you provided…</p> <p>[*http://ericd.wikidot.com/forum/c-31717/general-discussion | AS3 General]</p> <p>Best regards<br /> Helmut</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42707#post-111343</guid>
				<title>test code: test code</title>
				<link>http://ericd.wikidot.com/forum/t-42707/test-code#post-111343</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 17:24:20 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code>// ActionScript 3 event handler function clickSubmit(event:MouseEvent):void { stage.invalidate(); gotoAndStop("submitFrame"); } // add clickSubmit event handler as listener of the // click event received by submit_button instance submit_button.addEventListener(MouseEvent.CLICK, clickSubmit);</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ericd.wikidot.com/forum/t-42694#post-111292</guid>
				<title>This is a test Thread: This is a test Thread</title>
				<link>http://ericd.wikidot.com/forum/t-42694/this-is-a-test-thread#post-111292</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 16:38:23 +0000</pubDate>
				<wikidot:authorName>edolecki</wikidot:authorName>				<wikidot:authorUserId>85428</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hey there!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>