<?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; URLRequest</title>
	<atom:link href="http://actionscriptexamples.com/tag/urlrequest/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>Opening URLs in new browser windows using ActionScript 3.0 and ActionScript 2.0</title>
		<link>http://actionscriptexamples.com/2008/12/08/opening-urls-in-new-browser-windows-using-actionscript-30-and-actionscript-20/</link>
		<comments>http://actionscriptexamples.com/2008/12/08/opening-urls-in-new-browser-windows-using-actionscript-30-and-actionscript-20/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 19:16:10 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[getURL()]]></category>
		<category><![CDATA[navigateToURL()]]></category>
		<category><![CDATA[URLRequest]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=200</guid>
		<description><![CDATA[The following example shows how you can open new browser windows from Flash Player using the navigateToURL() method in ActionScript 3.0 or the getURL() method in ActionScript 2.0. Full code after the jump. In ActionScript 3.0 you can use the navigateToURL() method to open a new browser window, as seen in the following example: // [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/08/opening-urls-in-new-browser-windows-using-actionscript-30-and-actionscript-20/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Loading an external text file into a label instance in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/07/loading-an-external-text-file-into-a-label-instance-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/07/loading-an-external-text-file-into-a-label-instance-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 16:35:22 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Label]]></category>
		<category><![CDATA[URLLoader]]></category>
		<category><![CDATA[URLRequest]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=165</guid>
		<description><![CDATA[When building dynamic sites or applications, you may want to load text from an external file instead of hard-coding the text directly into the Flash document. One advantage of dynamically loading content is that you can update the welcome message on your homepage without opening an FLA file, republishing the SWF file or uploading a [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/07/loading-an-external-text-file-into-a-label-instance-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dynamically loading XML files in ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/05/dynamically-loading-xml-files-in-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/05/dynamically-loading-xml-files-in-actionscript-30/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 15:28:33 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[URLLoader]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[load()]]></category>
		<category><![CDATA[URLRequest]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/13/dynamically-loading-xml-files-in-actionscript-30/</guid>
		<description><![CDATA[The following example shows how you can load a remote XML document in ActionScript 3.0 using the URLLoader class. Full code after the jump. // ActionScript 3.0 /** * Requires: * - TextArea control in the Library. */ import fl.controls.TextArea; &#160; var xml:XML; &#160; var urlRequest:URLRequest = new URLRequest&#40;&#34;http://www.helpexamples.com/crossdomain.xml&#34;&#41;; &#160; var urlLoader:URLLoader = new URLLoader&#40;&#41;; [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/05/dynamically-loading-xml-files-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
