<?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: How to Link Flash Animation to a URL</title>
	<atom:link href="http://stateofaffairs.info/archive/link-flash-to-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateofaffairs.info/archive/link-flash-to-url/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 22:47:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Zecaafonso</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-10865</link>
		<dc:creator>Zecaafonso</dc:creator>
		<pubDate>Thu, 11 Aug 2011 05:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-10865</guid>
		<description>Hey, 

I made  a clip in Aftereffects, then I exported it to .xlf and made what you said on your post. But I get a 1086 syntax error expecting semicolon before leftbrace, and yes I wrote it using AC 1.0 &amp; 2.0</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Hey, </p>
<p>I made  a clip in Aftereffects, then I exported it to .xlf and made what you said on your post. But I get a 1086 syntax error expecting semicolon before leftbrace, and yes I wrote it using AC 1.0 &amp; 2.0<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Winter</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-10787</link>
		<dc:creator>Jeremy Winter</dc:creator>
		<pubDate>Thu, 21 Apr 2011 21:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-10787</guid>
		<description>Hi Joanna,
My first guess would be that your flash file is using Actionscript 3.0 and not 2.0. The on(release) method only works in Actionscript 2.0.

The page here does a good job of &lt;a href=&quot;http://scriptplayground.com/tutorials/as/getURL-in-Actionscript-3/&quot; rel=&quot;nofollow&quot;&gt;explaining the changes in 3.0&lt;/a&gt;. It&#039;s a bit more complicated then a simple on(release), but isn&#039;t drastically harder to implement.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Hi Joanna,<br />
My first guess would be that your flash file is using Actionscript 3.0 and not 2.0. The on(release) method only works in Actionscript 2.0.</p>
<p>The page here does a good job of <a href="http://scriptplayground.com/tutorials/as/getURL-in-Actionscript-3/" rel="nofollow">explaining the changes in 3.0</a>. It&#8217;s a bit more complicated then a simple on(release), but isn&#8217;t drastically harder to implement.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joanna Larsen</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-10784</link>
		<dc:creator>Joanna Larsen</dc:creator>
		<pubDate>Thu, 21 Apr 2011 05:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-10784</guid>
		<description>Hi-
I am pulling my hair out trying to make my simple flash file link to a URL and nothing I have tried will work. I am following the directions as stated above but I can&#039;t get it to work. 
I am making a transparent box on the top layer of my file, making it a movie clip or button and adding the code

on (press){
getURL(&quot;http://www.trimergence.com/staging/news.html&quot;);
}

or

on (release){
getURL(&quot;http://www.trimergence.com/staging/news.html&quot;);
}


The action says it has no errors, but when I export the move, my cursor turns to a hand but goes no where when I click. Any thoughts?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Hi-<br />
I am pulling my hair out trying to make my simple flash file link to a URL and nothing I have tried will work. I am following the directions as stated above but I can&#8217;t get it to work.<br />
I am making a transparent box on the top layer of my file, making it a movie clip or button and adding the code</p>
<p>on (press){<br />
getURL(&#8220;http://www.trimergence.com/staging/news.html&#8221;);<br />
}</p>
<p>or</p>
<p>on (release){<br />
getURL(&#8220;http://www.trimergence.com/staging/news.html&#8221;);<br />
}</p>
<p>The action says it has no errors, but when I export the move, my cursor turns to a hand but goes no where when I click. Any thoughts?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chez</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-9891</link>
		<dc:creator>chez</dc:creator>
		<pubDate>Wed, 15 Dec 2010 23:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-9891</guid>
		<description>I am trying to link my flash animation to another page within my site. I used your URL code in Actions, but when I test it since my URL doesnt exist (this particular web page has not been uploaded yet to the server) I obviously get an error message that the page doesnt exist. If I am simply trying to link to another page on my website, is there any other code besides that URL I can use in Flash Actions to link my animation?
Thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
I am trying to link my flash animation to another page within my site. I used your URL code in Actions, but when I test it since my URL doesnt exist (this particular web page has not been uploaded yet to the server) I obviously get an error message that the page doesnt exist. If I am simply trying to link to another page on my website, is there any other code besides that URL I can use in Flash Actions to link my animation?<br />
Thanks<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chez</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-9887</link>
		<dc:creator>Chez</dc:creator>
		<pubDate>Wed, 15 Dec 2010 22:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-9887</guid>
		<description>Thanks so much for that link info, but as a Flash newbie I have one more question. When I go into F9 for actions... is the only link option a URL code? I&#039;m building a new website and trying to link my flash animation to another page within my site, so when I use the URL code and test it, its trying to find an existing web page that right now doesnt exist other than on my computer. Hopefully this question makes sense to you! Actually I see someone else posted a similar issue, but I don&#039;t see an answer from you, so I hope you can share your expertise with me as  well!
Thanks!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Thanks so much for that link info, but as a Flash newbie I have one more question. When I go into F9 for actions&#8230; is the only link option a URL code? I&#8217;m building a new website and trying to link my flash animation to another page within my site, so when I use the URL code and test it, its trying to find an existing web page that right now doesnt exist other than on my computer. Hopefully this question makes sense to you! Actually I see someone else posted a similar issue, but I don&#8217;t see an answer from you, so I hope you can share your expertise with me as  well!<br />
Thanks!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huzair Kalia</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-9271</link>
		<dc:creator>Huzair Kalia</dc:creator>
		<pubDate>Wed, 03 Nov 2010 14:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-9271</guid>
		<description>May u live long Buddy!!! thanks a bunch</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
May u live long Buddy!!! thanks a bunch<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Rodrigue</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-9223</link>
		<dc:creator>Davy Rodrigue</dc:creator>
		<pubDate>Fri, 15 Oct 2010 09:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-9223</guid>
		<description>Great, it workst, been looking for something like this for ages.

thanks a lot</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Great, it workst, been looking for something like this for ages.</p>
<p>thanks a lot<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shrunal</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-9130</link>
		<dc:creator>shrunal</dc:creator>
		<pubDate>Thu, 01 Jul 2010 23:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-9130</guid>
		<description>Hi there i read the comments they were very useful but i am having a different problem i am trying to link my html file to a button and i entered this code in actions:
on(release){
getURL(&quot;G:\E safety DIDA\E-portfolio\plan.html&quot;,&quot;_self&quot;); 
}

and when i click the button it says 
No web page was found for the web address: file:///G:/%20safety%20DIDA/-portfolio/lan.html

so please help me please reply fast.
thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Hi there i read the comments they were very useful but i am having a different problem i am trying to link my html file to a button and i entered this code in actions:<br />
on(release){<br />
getURL(&#8220;G:\E safety DIDA\E-portfolio\plan.html&#8221;,&#8221;_self&#8221;);<br />
}</p>
<p>and when i click the button it says<br />
No web page was found for the web address: file:///G:/%20safety%20DIDA/-portfolio/lan.html</p>
<p>so please help me please reply fast.<br />
thanks<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rin</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-8890</link>
		<dc:creator>Rin</dc:creator>
		<pubDate>Tue, 05 Jan 2010 21:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-8890</guid>
		<description>Adobe Flash CS3 Professional doesn&#039;t even let me copy and paste the clickable code on the button when I press F9 (Actions) and consider the code as an  when I export the video:( Can anyone help?

The errors are :
1-Mouse events are permitted only for button instances
on(release); 
...and I can&#039;t even add the damn button in the Action options!!!

2-Syntax Errors 
getURL(&quot;http://light.cvgrenier.com/menu.html&quot;, &quot;_self&quot;);</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
Adobe Flash CS3 Professional doesn&#8217;t even let me copy and paste the clickable code on the button when I press F9 (Actions) and consider the code as an  when I export the video:( Can anyone help?</p>
<p>The errors are :<br />
1-Mouse events are permitted only for button instances<br />
on(release);<br />
&#8230;and I can&#8217;t even add the damn button in the Action options!!!</p>
<p>2-Syntax Errors<br />
getURL(&#8220;http://light.cvgrenier.com/menu.html&#8221;, &#8220;_self&#8221;);<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Winter</title>
		<link>http://stateofaffairs.info/archive/link-flash-to-url/comment-page-1/#comment-6834</link>
		<dc:creator>Jeremy Winter</dc:creator>
		<pubDate>Fri, 31 Jul 2009 05:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://stateofaffairs.info/?p=1653#comment-6834</guid>
		<description>@ isobel - Usually this error code happens when there is a missing opening or closing bracket like this {

You might want to double check your code to see if a bracket is missing. Hope that helps!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><br />
@ isobel &#8211; Usually this error code happens when there is a missing opening or closing bracket like this {</p>
<p>You might want to double check your code to see if a bracket is missing. Hope that helps!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: stateofaffairs.info @ 2012-02-09 13:57:03 by W3 Total Cache -->
