<?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 weirdness with URLVariables for HTTP POST</title>
	<atom:link href="http://www.arpitonline.com/blog/2008/08/04/as3-weirdness-with-urlvariables-for-http-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arpitonline.com/blog/2008/08/04/as3-weirdness-with-urlvariables-for-http-post/</link>
	<description>"I write pretty software"</description>
	<lastBuildDate>Mon, 26 Jul 2010 08:34:18 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy Wischusen</title>
		<link>http://www.arpitonline.com/blog/2008/08/04/as3-weirdness-with-urlvariables-for-http-post/comment-page-1/#comment-42652</link>
		<dc:creator>Jeremy Wischusen</dc:creator>
		<pubDate>Fri, 08 Aug 2008 23:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=143#comment-42652</guid>
		<description>Interesting blog. Ran across it while researching something for Flex and thought I would drop a note. Hope all is going well at Comcast.</description>
		<content:encoded><![CDATA[<p>Interesting blog. Ran across it while researching something for Flex and thought I would drop a note. Hope all is going well at Comcast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arpit</title>
		<link>http://www.arpitonline.com/blog/2008/08/04/as3-weirdness-with-urlvariables-for-http-post/comment-page-1/#comment-42478</link>
		<dc:creator>arpit</dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=143#comment-42478</guid>
		<description>Thanks Corey. I&#039;ll try that and see what comes up.</description>
		<content:encoded><![CDATA[<p>Thanks Corey. I&#8217;ll try that and see what comes up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Lucier</title>
		<link>http://www.arpitonline.com/blog/2008/08/04/as3-weirdness-with-urlvariables-for-http-post/comment-page-1/#comment-42471</link>
		<dc:creator>Corey Lucier</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=143#comment-42471</guid>
		<description>Interesting. If you use the constructor to initialize the URLVariables instance like so: new URLVariables(&quot;name=John Doe&quot;)...internally the URLVariables instance uses the bracket notation to set its dynamic properties within &#039;decode&#039; method, but after unescaping them.  Do you still see craziness going that route? 

Try calling &#039;toString&#039; on your URLVariables instances to see what the resulting URL encoded params will look like, curious to see if there is a difference in your case between [] and &#039;.&#039;.</description>
		<content:encoded><![CDATA[<p>Interesting. If you use the constructor to initialize the URLVariables instance like so: new URLVariables(&#8221;name=John Doe&#8221;)&#8230;internally the URLVariables instance uses the bracket notation to set its dynamic properties within &#8216;decode&#8217; method, but after unescaping them.  Do you still see craziness going that route? </p>
<p>Try calling &#8216;toString&#8217; on your URLVariables instances to see what the resulting URL encoded params will look like, curious to see if there is a difference in your case between [] and &#8216;.&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
