<?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: ActionScript 3 Tutorial &#8211; What Happened to getURL?</title>
	<atom:link href="http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/</link>
	<description>Flash and ActionScript Tutorials by Craig Campbell</description>
	<lastBuildDate>Fri, 19 Apr 2013 06:51:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: @el_micro_chip</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-32416</link>
		<dc:creator>@el_micro_chip</dc:creator>
		<pubDate>Wed, 17 Oct 2012 14:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-32416</guid>
		<description><![CDATA[BRO  :)  I Love  U  :D   thx  a lot  of]]></description>
		<content:encoded><![CDATA[<p>BRO  <img src='http://www.schoolofflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I Love  U  <img src='http://www.schoolofflash.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />    thx  a lot  of</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AM</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-20575</link>
		<dc:creator>AM</dc:creator>
		<pubDate>Thu, 10 May 2012 02:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-20575</guid>
		<description><![CDATA[we are trying to use the file:/// syntax to link to a local swf file for a flash dvd. How does one specify the relative drive paths so that it can run on another pc?]]></description>
		<content:encoded><![CDATA[<p>we are trying to use the file:/// syntax to link to a local swf file for a flash dvd. How does one specify the relative drive paths so that it can run on another pc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niyi</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-10179</link>
		<dc:creator>niyi</dc:creator>
		<pubDate>Tue, 13 Sep 2011 16:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-10179</guid>
		<description><![CDATA[i have also been having problem with the flash cs3 , but i i have found a solution to the problem of linking to a page.

(AS3)
instance-name-goes-here.addEventListener(MouseEvent.MOUSE_UP, link);


function link(event:MouseEvent):void
{
	var R:String = &quot;name.html&quot;;
	var G = new URLRequest(R);
	navigateToURL(G,&quot;_blank&quot;);

}]]></description>
		<content:encoded><![CDATA[<p>i have also been having problem with the flash cs3 , but i i have found a solution to the problem of linking to a page.</p>
<p>(AS3)<br />
instance-name-goes-here.addEventListener(MouseEvent.MOUSE_UP, link);</p>
<p>function link(event:MouseEvent):void<br />
{<br />
	var R:String = &#8220;name.html&#8221;;<br />
	var G = new URLRequest(R);<br />
	navigateToURL(G,&#8221;_blank&#8221;);</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-9590</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Tue, 16 Aug 2011 23:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-9590</guid>
		<description><![CDATA[Is it possible to run the url, but never actually open a window of any kind? I&#039;m trying to run a URL to increment a poll in a database and I don&#039;t actually want to open a page in a browser…

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Is it possible to run the url, but never actually open a window of any kind? I&#8217;m trying to run a URL to increment a poll in a database and I don&#8217;t actually want to open a page in a browser…</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-3804</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 23 Jun 2011 20:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-3804</guid>
		<description><![CDATA[Thanks! 
Just what I needed. I get confused switching from AS2 to AS3 simple things link linking a URL seem to have changed.]]></description>
		<content:encoded><![CDATA[<p>Thanks!<br />
Just what I needed. I get confused switching from AS2 to AS3 simple things link linking a URL seem to have changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trenoops</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-3571</link>
		<dc:creator>trenoops</dc:creator>
		<pubDate>Fri, 17 Jun 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-3571</guid>
		<description><![CDATA[Do you have an external .as file associated with your SWF file (i.e. Main.as)?  If so then you may have to delete the :void statement after your function. OR add the script to your .as file and set your function to &#039;private function&#039;]]></description>
		<content:encoded><![CDATA[<p>Do you have an external .as file associated with your SWF file (i.e. Main.as)?  If so then you may have to delete the :void statement after your function. OR add the script to your .as file and set your function to &#8216;private function&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-2490</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 31 May 2011 11:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-2490</guid>
		<description><![CDATA[Thank you so much. 

As a side point, why is it that everytime I need to use flash I seem to have to relearn how to use it ? Think I might just learn HTML5 and say goodbye to flash for ever...]]></description>
		<content:encoded><![CDATA[<p>Thank you so much. </p>
<p>As a side point, why is it that everytime I need to use flash I seem to have to relearn how to use it ? Think I might just learn HTML5 and say goodbye to flash for ever&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-846</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 21 Jul 2010 15:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-846</guid>
		<description><![CDATA[Seriously... thank you, I was getting really irritated. You solved my problem.]]></description>
		<content:encoded><![CDATA[<p>Seriously&#8230; thank you, I was getting really irritated. You solved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3TurtleStudios</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-827</link>
		<dc:creator>3TurtleStudios</dc:creator>
		<pubDate>Sat, 17 Apr 2010 04:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-827</guid>
		<description><![CDATA[Actionscript 3.0 code is definitely a lot more sensible and organized than its predecessor... Although it does longer to write codes in some cases, its easier to learn...]]></description>
		<content:encoded><![CDATA[<p>Actionscript 3.0 code is definitely a lot more sensible and organized than its predecessor&#8230; Although it does longer to write codes in some cases, its easier to learn&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scottaburger</title>
		<link>http://www.schoolofflash.com/2008/04/actionscript-3-tutorial-what-happened-to-geturl/comment-page-3/#comment-826</link>
		<dc:creator>Scottaburger</dc:creator>
		<pubDate>Fri, 16 Apr 2010 06:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/17/actionscript-3-tutorial-what-happened-to-geturl/#comment-826</guid>
		<description><![CDATA[Alexandre de Oliveira, you&#039;re the best for addressing the &quot;1120: Access of undefined property ... &quot; problem.

For people with this problem see post #92.]]></description>
		<content:encoded><![CDATA[<p>Alexandre de Oliveira, you&#8217;re the best for addressing the &#8220;1120: Access of undefined property &#8230; &#8221; problem.</p>
<p>For people with this problem see post #92.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
