<?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: Scripting OnClick GetURL? (Where&#8217;s GetURL)</title>
	<atom:link href="http://www.isgoodstuff.com/2008/07/21/as3-scripting-onclick-geturl-wheres-geturl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isgoodstuff.com/2008/07/21/as3-scripting-onclick-geturl-wheres-geturl/</link>
	<description>For all the good things!</description>
	<lastBuildDate>Wed, 28 Jul 2010 01:26:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: pawlo</title>
		<link>http://www.isgoodstuff.com/2008/07/21/as3-scripting-onclick-geturl-wheres-geturl/comment-page-1/#comment-469</link>
		<dc:creator>pawlo</dc:creator>
		<pubDate>Wed, 09 Jun 2010 07:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=112#comment-469</guid>
		<description>Thanx! Very nice and 100% ok code!</description>
		<content:encoded><![CDATA[<p>Thanx! Very nice and 100% ok code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Systems</title>
		<link>http://www.isgoodstuff.com/2008/07/21/as3-scripting-onclick-geturl-wheres-geturl/comment-page-1/#comment-464</link>
		<dc:creator>Systems</dc:creator>
		<pubDate>Wed, 26 May 2010 02:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=112#comment-464</guid>
		<description>Why Give Me This Error ? The currently targeted Flash Player does not support the getURL action.
getURL(_root.link, &quot;&quot;);
The currently targeted Flash Player does not support the releaseOutside event. on (releaseOutside, rollOut)
The currently targeted Flash Player does not support the releaseOutside event. on (releaseOutside, rollOut)
etc if Anyone Know Please Post :D</description>
		<content:encoded><![CDATA[<p>Why Give Me This Error ? The currently targeted Flash Player does not support the getURL action.<br />
getURL(_root.link, &#8220;&#8221;);<br />
The currently targeted Flash Player does not support the releaseOutside event. on (releaseOutside, rollOut)<br />
The currently targeted Flash Player does not support the releaseOutside event. on (releaseOutside, rollOut)<br />
etc if Anyone Know Please Post <img src='http://www.isgoodstuff.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 35mm slide scanner</title>
		<link>http://www.isgoodstuff.com/2008/07/21/as3-scripting-onclick-geturl-wheres-geturl/comment-page-1/#comment-368</link>
		<dc:creator>35mm slide scanner</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=112#comment-368</guid>
		<description>thx for the script!

Greetz

Nick</description>
		<content:encoded><![CDATA[<p>thx for the script!</p>
<p>Greetz</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.GoodStuff</title>
		<link>http://www.isgoodstuff.com/2008/07/21/as3-scripting-onclick-geturl-wheres-geturl/comment-page-1/#comment-304</link>
		<dc:creator>Mr.GoodStuff</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=112#comment-304</guid>
		<description>is because the script you are using is Actionscript 2.0. The ones im showing is Actionscript 3.0. The syntax and commands are all different. Thus, you get an error.</description>
		<content:encoded><![CDATA[<p>is because the script you are using is Actionscript 2.0. The ones im showing is Actionscript 3.0. The syntax and commands are all different. Thus, you get an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iphone covers</title>
		<link>http://www.isgoodstuff.com/2008/07/21/as3-scripting-onclick-geturl-wheres-geturl/comment-page-1/#comment-302</link>
		<dc:creator>iphone covers</dc:creator>
		<pubDate>Sat, 10 Oct 2009 18:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=112#comment-302</guid>
		<description>How would I add that to this block? I keep getting an error;

onClipEvent (load)
{
    num = 5;
    this.title1.gotoAndStop(num);
    this.title2.gotoAndStop(num);
    this.title3.gotoAndStop(num);
    this.title4.gotoAndStop(num);
}
on (rollOver)
{
    if (_root.link != num)
    {
        _root.menu2[&quot;item&quot; + num].gotoAndPlay(&quot;scontact&quot;);
        this.gotoAndPlay(&quot;scontact&quot;);
    } // end if
}
on (releaseOutside, rollOut)
{
    if (_root.link != num)
    {
        this.gotoAndPlay(&quot;s2&quot;);
        _root.menu2[&quot;item&quot; + num].gotoAndPlay(&quot;s2&quot;);
    } // end if
}
on (release)
{
    if (_root.link != num)
    {
        _root.link_prev = _root.link;
        _parent[&quot;item&quot; + _root.link].gotoAndPlay(&quot;s2&quot;);
        _root.menu2[&quot;item&quot; + _root.link].gotoAndPlay(&quot;s2&quot;);
        _root.link = num;
    } // end if</description>
		<content:encoded><![CDATA[<p>How would I add that to this block? I keep getting an error;</p>
<p>onClipEvent (load)<br />
{<br />
    num = 5;<br />
    this.title1.gotoAndStop(num);<br />
    this.title2.gotoAndStop(num);<br />
    this.title3.gotoAndStop(num);<br />
    this.title4.gotoAndStop(num);<br />
}<br />
on (rollOver)<br />
{<br />
    if (_root.link != num)<br />
    {<br />
        _root.menu2["item" + num].gotoAndPlay(&#8220;scontact&#8221;);<br />
        this.gotoAndPlay(&#8220;scontact&#8221;);<br />
    } // end if<br />
}<br />
on (releaseOutside, rollOut)<br />
{<br />
    if (_root.link != num)<br />
    {<br />
        this.gotoAndPlay(&#8220;s2&#8243;);<br />
        _root.menu2["item" + num].gotoAndPlay(&#8220;s2&#8243;);<br />
    } // end if<br />
}<br />
on (release)<br />
{<br />
    if (_root.link != num)<br />
    {<br />
        _root.link_prev = _root.link;<br />
        _parent["item" + _root.link].gotoAndPlay(&#8220;s2&#8243;);<br />
        _root.menu2["item" + _root.link].gotoAndPlay(&#8220;s2&#8243;);<br />
        _root.link = num;<br />
    } // end if</p>
]]></content:encoded>
	</item>
</channel>
</rss>
