<?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: Interface is everywhere</title>
	<atom:link href="http://www.adamduvander.com/simple/interface-is-everywhere/feed" rel="self" type="application/rss+xml" />
	<link>http://www.adamduvander.com/simple/interface-is-everywhere</link>
	<description>Adam DuVander’s thoughts on keeping things simple.</description>
	<lastBuildDate>Mon, 09 Jan 2012 07:03:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://www.adamduvander.com/simple/interface-is-everywhere/comment-page-1#comment-1790</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 22 Dec 2007 05:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamduvander.com/simple/interface-is-everywhere#comment-1790</guid>
		<description>Agreed. Writing a wrapper seems like the obvious thing, which is why I think they should have included it!</description>
		<content:encoded><![CDATA[<p>Agreed. Writing a wrapper seems like the obvious thing, which is why I think they should have included it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Kerman</title>
		<link>http://www.adamduvander.com/simple/interface-is-everywhere/comment-page-1#comment-1789</link>
		<dc:creator>Phillip Kerman</dc:creator>
		<pubDate>Sat, 22 Dec 2007 04:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamduvander.com/simple/interface-is-everywhere#comment-1789</guid>
		<description>You could just do:
function getURL(url:String, window:String = null){
	var request = new flash.net.URLRequest(url);
	flash.net.navigateToURL(request,window);
}


Or, use AS2.  I&#039;m not sure the point exactly.  I don&#039;t think AS3 intentionally makes things difficult.  Some stuff seems like overkill--but it&#039;s all in the name of consistency.</description>
		<content:encoded><![CDATA[<p>You could just do:<br />
function getURL(url:String, window:String = null){<br />
	var request = new flash.net.URLRequest(url);<br />
	flash.net.navigateToURL(request,window);<br />
}</p>
<p>Or, use AS2.  I&#8217;m not sure the point exactly.  I don&#8217;t think AS3 intentionally makes things difficult.  Some stuff seems like overkill&#8211;but it&#8217;s all in the name of consistency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Brigleb</title>
		<link>http://www.adamduvander.com/simple/interface-is-everywhere/comment-page-1#comment-1788</link>
		<dc:creator>Raymond Brigleb</dc:creator>
		<pubDate>Fri, 21 Dec 2007 20:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamduvander.com/simple/interface-is-everywhere#comment-1788</guid>
		<description>Hear hear.</description>
		<content:encoded><![CDATA[<p>Hear hear.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

