<?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 Namespaces</title>
	<atom:link href="http://www.razorberry.com/blog/archives/2006/03/01/as3-namespaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razorberry.com/blog/archives/2006/03/01/as3-namespaces/</link>
	<description>since 2004!</description>
	<lastBuildDate>Fri, 27 Aug 2010 18:22:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: pablo</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/01/as3-namespaces/comment-page-1/#comment-3378</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:06:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=29#comment-3378</guid>
		<description>Xpb7 you need to learn more, you sound like a n00b.</description>
		<content:encoded><![CDATA[<p>Xpb7 you need to learn more, you sound like a n00b.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xpb7</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/01/as3-namespaces/comment-page-1/#comment-3359</link>
		<dc:creator>Xpb7</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:21:32 +0000</pubDate>
		<guid isPermaLink="false">/?p=29#comment-3359</guid>
		<description>I don&#039;t really get it.</description>
		<content:encoded><![CDATA[<p>I don't really get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bailey</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/01/as3-namespaces/comment-page-1/#comment-3358</link>
		<dc:creator>John Bailey</dc:creator>
		<pubDate>Fri, 03 Jul 2009 21:29:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=29#comment-3358</guid>
		<description>I agree with Xpb7 that it is easier to use a param value to switch between the languages. Moreover, I think doing so would open up to a more solid debugging process and perhaps give more extensibility. 

I&#039;m curious to here a response from RazorBerry though.</description>
		<content:encoded><![CDATA[<p>I agree with Xpb7 that it is easier to use a param value to switch between the languages. Moreover, I think doing so would open up to a more solid debugging process and perhaps give more extensibility. </p>
<p>I'm curious to here a response from RazorBerry though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xpb7</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/01/as3-namespaces/comment-page-1/#comment-3182</link>
		<dc:creator>Xpb7</dc:creator>
		<pubDate>Wed, 29 Oct 2008 12:35:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=29#comment-3182</guid>
		<description>I don&#039;t really get it. Isn&#039;t it easier just to say hello creating constructor&#039;s attribute which would define a language? Like this:

package actors {
    public class BilingualGreeter {
        public function BilingualGreeter(langId: uint) {
            if (langId == 1) {
                trace(“hello, world”)
            } else {trace(“bonjour, le monde”)}
 
    }
}

import actors.*
var greeter : BilingualGreeter = new BilingualGreeter(1); //English
greeter = new BilingualGreeter(2); //French</description>
		<content:encoded><![CDATA[<p>I don't really get it. Isn't it easier just to say hello creating constructor's attribute which would define a language? Like this:</p>
<p>package actors {<br />
    public class BilingualGreeter {<br />
        public function BilingualGreeter(langId: uint) {<br />
            if (langId == 1) {<br />
                trace(“hello, world”)<br />
            } else {trace(“bonjour, le monde”)}</p>
<p>    }<br />
}</p>
<p>import actors.*<br />
var greeter : BilingualGreeter = new BilingualGreeter(1); //English<br />
greeter = new BilingualGreeter(2); //French</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/01/as3-namespaces/comment-page-1/#comment-373</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Wed, 01 Mar 2006 11:00:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=29#comment-373</guid>
		<description>Damn thats gonna be handy, I can see uses already, does it work with interface&#039;s?</description>
		<content:encoded><![CDATA[<p>Damn thats gonna be handy, I can see uses already, does it work with interface's?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
