<?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 getURL solved</title>
	<atom:link href="http://www.stevensacks.net/2008/02/06/as3-geturl-solved/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/</link>
	<description>Adobe, Flash, Flex, AIR, Technology</description>
	<lastBuildDate>Thu, 18 Mar 2010 22:50:52 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-16822</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-16822</guid>
		<description>Thanks for your somewhat lively debate on this class. By reading your back-and-forth, I have a much clearer picture of the merits of both--and most importantly, feel like I can make those decisions in other contexts without needing to be spoon-fed the answer. Don&#039;t flame-war over it. I would have been over my head by it last year but will probably toss this class in place now that my noob shirt is in the laundry. :)</description>
		<content:encoded><![CDATA[<p>Thanks for your somewhat lively debate on this class. By reading your back-and-forth, I have a much clearer picture of the merits of both&#8211;and most importantly, feel like I can make those decisions in other contexts without needing to be spoon-fed the answer. Don&#039;t flame-war over it. I would have been over my head by it last year but will probably toss this class in place now that my noob shirt is in the laundry. <img src='http://www.stevensacks.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joey</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-11888</link>
		<dc:creator>joey</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-11888</guid>
		<description>thanks steven.</description>
		<content:encoded><![CDATA[<p>thanks steven.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kmerlihan</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-9594</link>
		<dc:creator>kmerlihan</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-9594</guid>
		<description>Hey Steven,
Thanks for posting this!  Works like a charm.  I&#039;ll be using this everywhere now.  See you at FITC.</description>
		<content:encoded><![CDATA[<p>Hey Steven,<br />
Thanks for posting this!  Works like a charm.  I&#039;ll be using this everywhere now.  See you at FITC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slick_vick</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-8845</link>
		<dc:creator>slick_vick</dc:creator>
		<pubDate>Thu, 19 Mar 2009 23:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-8845</guid>
		<description>Ok, I&#039;m still having this problem but I figured out that the button is still there after I click it.... The screen fades, but the button is invisibly there, and it seems that the command to get the new url is never executed.. I have over 15 hours straight trying to figure this BS out.. ANy one have an idea or a workaround code that would correct this?? My code is


stop(); navigateToURL(new URLRequest(&#039;http://www.scattershottheater.com/home.html&#039;), &#039;_self&#039;)

and it&#039;s on the last frame of the animation.. SOmeone PLEASE help me out here.</description>
		<content:encoded><![CDATA[<p>Ok, I&#039;m still having this problem but I figured out that the button is still there after I click it&#8230;. The screen fades, but the button is invisibly there, and it seems that the command to get the new url is never executed.. I have over 15 hours straight trying to figure this BS out.. ANy one have an idea or a workaround code that would correct this?? My code is</p>
<p>stop(); navigateToURL(new URLRequest(&#039;http://www.scattershottheater.com/home.html&#039;), &#039;_self&#039;)</p>
<p>and it&#039;s on the last frame of the animation.. SOmeone PLEASE help me out here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slick_vick</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-8833</link>
		<dc:creator>slick_vick</dc:creator>
		<pubDate>Thu, 19 Mar 2009 04:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-8833</guid>
		<description>Okay - So I&#039;m trying to use the getURL to open a website in the same window when I press a button and I keep getting compile errors from Flash CS4... The flash fades like it&#039;s supposed to, but then it repeats itself.. I&#039;ve tried everything and cannot get it to work. Someone told me to use this code   navigateToURL(new URLRequest(&quot;http://www.scattershottheater.com/home.html&quot;), &quot;_self&quot;; and it didn&#039;t work after they said it would.... WTF man this has me sooooo pissed off. Can someone give me a hand with this?? I&#039;ve been researching everywhere and no good news.. 



When I used this code    navigateToURL(new URLRequest(&quot;http://www.scattershottheater.com/home.html&quot;), &#039;_self&#039;)   I got no compile error from CS4 but now the screen just fades out and it doesnt go to the URL..</description>
		<content:encoded><![CDATA[<p>Okay &#8211; So I&#039;m trying to use the getURL to open a website in the same window when I press a button and I keep getting compile errors from Flash CS4&#8230; The flash fades like it&#039;s supposed to, but then it repeats itself.. I&#039;ve tried everything and cannot get it to work. Someone told me to use this code   navigateToURL(new URLRequest(&#034;http://www.scattershottheater.com/home.html&#034;), &#034;_self&#034;; and it didn&#039;t work after they said it would&#8230;. WTF man this has me sooooo pissed off. Can someone give me a hand with this?? I&#039;ve been researching everywhere and no good news.. </p>
<p>When I used this code    navigateToURL(new URLRequest(&#034;http://www.scattershottheater.com/home.html&#034;), &#039;_self&#039;)   I got no compile error from CS4 but now the screen just fades out and it doesnt go to the URL..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flash netstream/flv playback problem. - DesignersTalk</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-8642</link>
		<dc:creator>flash netstream/flv playback problem. - DesignersTalk</dc:creator>
		<pubDate>Tue, 10 Mar 2009 05:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-8642</guid>
		<description>[...]    I hope that helps ya...   Also, getURL is STUPID in AS3, so you may want to take a look at this: AS3 getURL Solved   __________________ audentes fortuna iuvat [...]</description>
		<content:encoded><![CDATA[<p>[...]    I hope that helps ya&#8230;   Also, getURL is STUPID in AS3, so you may want to take a look at this: AS3 getURL Solved   __________________ audentes fortuna iuvat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bard</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-8507</link>
		<dc:creator>Michael Bard</dc:creator>
		<pubDate>Thu, 05 Mar 2009 03:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-8507</guid>
		<description>Hi Steven, This looks brilliant. Can you give me a bit more detail about implementing it if I send you one of my getURL scripts that works in every browser except IE?</description>
		<content:encoded><![CDATA[<p>Hi Steven, This looks brilliant. Can you give me a bit more detail about implementing it if I send you one of my getURL scripts that works in every browser except IE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: illustrator</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-8333</link>
		<dc:creator>illustrator</dc:creator>
		<pubDate>Sat, 21 Feb 2009 21:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-8333</guid>
		<description>nie little utility class.

@total.lightweight
you should put your code in cathc part of the try/catch statement for loading the local swf

...
catch (e:Error)
{
loadLocalSwf();
}
...

ie: if it fails to navigate to a url online. it will catch an error &amp; you can use error state to call a function to load your local swf


hope this helps</description>
		<content:encoded><![CDATA[<p>nie little utility class.</p>
<p>@total.lightweight<br />
you should put your code in cathc part of the try/catch statement for loading the local swf</p>
<p>&#8230;<br />
catch (e:Error)<br />
{<br />
loadLocalSwf();<br />
}<br />
&#8230;</p>
<p>ie: if it fails to navigate to a url online. it will catch an error &amp; you can use error state to call a function to load your local swf</p>
<p>hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: total.lightweight</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-8299</link>
		<dc:creator>total.lightweight</dc:creator>
		<pubDate>Thu, 19 Feb 2009 22:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-8299</guid>
		<description>This looks *very close* to answering what I&#039;ve been looking for, and have not been able to find anywhere... How would I take this, and then if the URL fails, load a local swf instead? 

In short, this is for a CD-ROM: Click the button to play a swf that&#039;s hosted online (so it will play the most up to date version), but if the user isn&#039;t online, they would be presented a generic swf instead that&#039;s within the &quot;launch page&quot; swf. 

Thoughts? I&#039;ve got splinters from banging my head against the wall on this one. Any help would be GREATLY appreciated....</description>
		<content:encoded><![CDATA[<p>This looks *very close* to answering what I&#039;ve been looking for, and have not been able to find anywhere&#8230; How would I take this, and then if the URL fails, load a local swf instead? </p>
<p>In short, this is for a CD-ROM: Click the button to play a swf that&#039;s hosted online (so it will play the most up to date version), but if the user isn&#039;t online, they would be presented a generic swf instead that&#039;s within the &#034;launch page&#034; swf. </p>
<p>Thoughts? I&#039;ve got splinters from banging my head against the wall on this one. Any help would be GREATLY appreciated&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tej</title>
		<link>http://www.stevensacks.net/2008/02/06/as3-geturl-solved/comment-page-1/#comment-8130</link>
		<dc:creator>Tej</dc:creator>
		<pubDate>Fri, 13 Feb 2009 06:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/02/06/as3-geturl-solved/#comment-8130</guid>
		<description>Hi.. Is there a way to force navigateToURL to open html page in specific broswer.. say IE ???</description>
		<content:encoded><![CDATA[<p>Hi.. Is there a way to force navigateToURL to open html page in specific broswer.. say IE ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
