<?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"
	>
<channel>
	<title>Comments on: AS3 Flex 2 Simple component</title>
	<atom:link href="http://blog.flashgen.com/2005/11/24/as3-flex-2-simple-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flashgen.com/2005/11/24/as3-flex-2-simple-component/</link>
	<description>An infrequent look at developments in the world of the Flash Platform</description>
	<pubDate>Sun, 07 Sep 2008 16:13:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brendon Turk</title>
		<link>http://blog.flashgen.com/2005/11/24/as3-flex-2-simple-component/#comment-48075</link>
		<dc:creator>Brendon Turk</dc:creator>
		<pubDate>Fri, 13 Apr 2007 19:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=22#comment-48075</guid>
		<description>Your AS3 class has to extend UIComponent in order to add another UIComponent</description>
		<content:encoded><![CDATA[<p>Your AS3 class has to extend UIComponent in order to add another UIComponent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Ledford</title>
		<link>http://blog.flashgen.com/2005/11/24/as3-flex-2-simple-component/#comment-7480</link>
		<dc:creator>Bryan Ledford</dc:creator>
		<pubDate>Thu, 27 Jul 2006 22:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=22#comment-7480</guid>
		<description>Does anyone know how to add a UIComponent to an AS3 class. 

The following does not seem to work:

package {

	import flash.display.Sprite;
	import mx.controls.Button;

	class myApp extends Sprite {

		function myApp() {
			var b:Button = new Button();
			addChild(b);
		}

	}

}</description>
		<content:encoded><![CDATA[<p>Does anyone know how to add a UIComponent to an AS3 class. </p>
<p>The following does not seem to work:</p>
<p>package {</p>
<p>	import flash.display.Sprite;<br />
	import mx.controls.Button;</p>
<p>	class myApp extends Sprite {</p>
<p>		function myApp() {<br />
			var b:Button = new Button();<br />
			addChild(b);<br />
		}</p>
<p>	}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BitTubeBlog &#187; Blog Archive &#187; New Flash Components Mailing list</title>
		<link>http://blog.flashgen.com/2005/11/24/as3-flex-2-simple-component/#comment-14</link>
		<dc:creator>BitTubeBlog &#187; Blog Archive &#187; New Flash Components Mailing list</dc:creator>
		<pubDate>Fri, 23 Dec 2005 09:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=22#comment-14</guid>
		<description>[...] In addition to that there is another basic tutorial on Flex2/AS3 components here [...]</description>
		<content:encoded><![CDATA[<p>[...] In addition to that there is another basic tutorial on Flex2/AS3 components here [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
