<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>And Slaters Go Plop &#187; flash</title>
	<atom:link href="http://damian.peterson.net.nz/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://damian.peterson.net.nz</link>
	<description>The Bloggery of Damian Peterson</description>
	<lastBuildDate>Thu, 03 Nov 2011 02:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Escaping a Plus in Javascript</title>
		<link>http://damian.peterson.net.nz/2008/09/19/escaping-a-plus-in-javascript/</link>
		<comments>http://damian.peterson.net.nz/2008/09/19/escaping-a-plus-in-javascript/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 01:41:03 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[encodeuricomponent]]></category>
		<category><![CDATA[escape]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plus]]></category>

		<guid isPermaLink="false">http://damian.peterson.net.nz/?p=172</guid>
		<description><![CDATA[I got stuck trying to send a string that contained a &#8220;+&#8221; via Javascript to a Flash component. Using &#8220;escape()&#8221; didn&#8217;t help as it continued to come through as a space. The workaround I discovered is to use &#8220;encodeURIComponent()&#8221; instead.]]></description>
			<content:encoded><![CDATA[<p>I got stuck trying to send a string that contained a &#8220;+&#8221; via Javascript to a Flash component. Using &#8220;escape()&#8221; didn&#8217;t help as it continued to come through as a space. The workaround I discovered is to use &#8220;encodeURIComponent()&#8221; instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://damian.peterson.net.nz/2008/09/19/escaping-a-plus-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

