<?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>ActionScript Examples &#187; LoadVars</title>
	<atom:link href="http://actionscriptexamples.com/tag/loadvars/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Decoding URL encoded strings in a Flash application using the URLVariables class in ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/02/27/decoding-url-encoded-strings-in-a-flash-application-using-the-urlvariables-class-in-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/02/27/decoding-url-encoded-strings-in-a-flash-application-using-the-urlvariables-class-in-actionscript-30/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 08:26:49 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[LoadVars]]></category>
		<category><![CDATA[URLVariables]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[decode()]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/02/27/decoding-url-encoded-strings-in-a-flash-application-using-the-urlvariables-class-in-actionscript-30/</guid>
		<description><![CDATA[The following examples show how you can parse URL encoded strings using ActionScript 2.0 and ActionScript 3.0. Full code after the jump. The following example shows how you can use the LoadVars class and the decode() method to parse a URL encoded string: // ActionScript 2.0 var loadVars:LoadVars = new LoadVars&#40;&#41;; loadVars.decode&#40;&#34;firstName=Tom&#38;lastName=Jones&#34;&#41;; lbl.text = loadVars.lastName [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/02/27/decoding-url-encoded-strings-in-a-flash-application-using-the-urlvariables-class-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Loading URL encoded variables into a Flash application using the URLLoader class in ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/02/27/loading-url-encoded-variables-into-a-flash-application-using-the-urlloader-class-in-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/02/27/loading-url-encoded-variables-into-a-flash-application-using-the-urlloader-class-in-actionscript-30/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 08:13:21 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[LoadVars]]></category>
		<category><![CDATA[URLLoader]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[dataFormat]]></category>
		<category><![CDATA[onLoad()]]></category>
		<category><![CDATA[URLLoaderDataFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/02/27/loading-url-encoded-variables-into-a-flash-application-using-the-urlloader-class-in-actionscript-30/</guid>
		<description><![CDATA[The following example shows how you can load an external text files with URL encoded variables using ActionScript 2.0 and ActionScript 3.0. Full code after the jump. The following example shows how you can load an external text file with URL encoded variables into an ActionScript 2.0 document using the LoadVars class: // ActionScript 2.0 [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/02/27/loading-url-encoded-variables-into-a-flash-application-using-the-urlloader-class-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Loading text files using the URLLoader class in ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/02/26/loading-text-files-using-the-urlloader-class-in-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/02/26/loading-text-files-using-the-urlloader-class-in-actionscript-30/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 07:40:17 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[LoadVars]]></category>
		<category><![CDATA[URLLoader]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[dataFormat]]></category>
		<category><![CDATA[onData]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/02/26/loading-text-files-using-the-urlloader-class-in-actionscript-30/</guid>
		<description><![CDATA[The following example shows how you can load an external text files using ActionScript 2.0 and ActionScript 3.0. Full code after the jump. In ActionScript 2.0, you can use the LoadVars class and the onData event handler to load an external text file, as seen in the following example: // ActionScript 2.0 var PATH:String = [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/02/26/loading-text-files-using-the-urlloader-class-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
