<?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: ActionScript 3: Dynamic Classes</title>
	<atom:link href="http://flexblog.faratasystems.com/2006/10/02/actionscript-3-dynamic-classes/feed" rel="self" type="application/rss+xml" />
	<link>http://flexblog.faratasystems.com/2006/10/02/actionscript-3-dynamic-classes</link>
	<description>A blog about our experience with Adobe Flex</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:15:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sietjp</title>
		<link>http://flexblog.faratasystems.com/2006/10/02/actionscript-3-dynamic-classes/comment-page-1#comment-32158</link>
		<dc:creator>sietjp</dc:creator>
		<pubDate>Sun, 18 Nov 2007 13:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://flexblog.faratasystems.com/?p=95#comment-32158</guid>
		<description>Thanks for this aritcle.
Does someone know how to add getter and setter methods dynamically to a dynamic class ?

function get foo():Object {return _foo;}
function set foo(Object f) {_foo=f;}</description>
		<content:encoded><![CDATA[<p>Thanks for this aritcle.<br />
Does someone know how to add getter and setter methods dynamically to a dynamic class ?</p>
<p>function get foo():Object {return _foo;}<br />
function set foo(Object f) {_foo=f;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://flexblog.faratasystems.com/2006/10/02/actionscript-3-dynamic-classes/comment-page-1#comment-2506</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 31 Jan 2007 23:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://flexblog.faratasystems.com/?p=95#comment-2506</guid>
		<description>Thanks for this. I was looking at doing something much simpler, that is variables dynamically. In particular I wanted to create multiple TextInput boxes that I could reference later.
I thought I could do this is in AS3....

//groupdata array contains the ids of  the fields
for(var i:int = 0; i </description>
		<content:encoded><![CDATA[<p>Thanks for this. I was looking at doing something much simpler, that is variables dynamically. In particular I wanted to create multiple TextInput boxes that I could reference later.<br />
I thought I could do this is in AS3&#8230;.</p>
<p>//groupdata array contains the ids of  the fields<br />
for(var i:int = 0; i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://flexblog.faratasystems.com/2006/10/02/actionscript-3-dynamic-classes/comment-page-1#comment-24</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Mon, 02 Oct 2006 18:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://flexblog.faratasystems.com/?p=95#comment-24</guid>
		<description>Dynamic typing gets a lot of bad press.  In a developing world where you can&#039;t determine exactly what the developers are going to do with your components, dynamic typing makes it impossible to code your target audience into a corner.  MovieClip.prototype&#039;s that proliferated on the internet has shown the glory of allowing developers to modify your classes at runtime.

http://proto.layer51.com/

Adobe really screwed the pooch using private in the Flex 2 framework.  There should of been a law to NOT use private because now we have to compile our own versions if we need to change things.  Even worse, our Flex 2 component source will differ than a clients,  thus we need to ensure we follow the license, and document our changes.. .blah blah blah.

Dynamic typing would rock if the compiler didn&#039;t abandon us...</description>
		<content:encoded><![CDATA[<p>Dynamic typing gets a lot of bad press.  In a developing world where you can&#8217;t determine exactly what the developers are going to do with your components, dynamic typing makes it impossible to code your target audience into a corner.  MovieClip.prototype&#8217;s that proliferated on the internet has shown the glory of allowing developers to modify your classes at runtime.</p>
<p><a href="http://proto.layer51.com/" rel="nofollow">http://proto.layer51.com/</a></p>
<p>Adobe really screwed the pooch using private in the Flex 2 framework.  There should of been a law to NOT use private because now we have to compile our own versions if we need to change things.  Even worse, our Flex 2 component source will differ than a clients,  thus we need to ensure we follow the license, and document our changes.. .blah blah blah.</p>
<p>Dynamic typing would rock if the compiler didn&#8217;t abandon us&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
