<?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: getURL vs. ExternalInterface &#8211; When &amp; Why</title>
	<atom:link href="http://www.psyked.co.uk/actionscript/actionscript-geturl-vs-externalinterface-when-why.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk/actionscript/actionscript-geturl-vs-externalinterface-when-why.htm</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 13:41:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brad</title>
		<link>http://www.psyked.co.uk/actionscript/actionscript-geturl-vs-externalinterface-when-why.htm/comment-page-1#comment-7181</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://ThispostallstemsfromaprojectI&#039;vebeenworkingonveryrecently,makingadrop-downmenuinflash,thatsitsinaHTMLpage.emstrongWhatwe&#039;retalkinginrelationtohereis,gettingflashtoexecuteJavaScriptDOMfunctions./strong/em#comment-7181</guid>
		<description>Hi James,

I know it&#039;s an old article, but great stuff.
Have you tried calling getURL from flash (or Captivate, etc) inside a ConnectPro environment to make JS calls?  I have a function working great in Firefox and Chrome, but the function does not fire in Internet Explorer.  As usual trying to make things work in IE is 80% of my work :).  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>I know it&#8217;s an old article, but great stuff.<br />
Have you tried calling getURL from flash (or Captivate, etc) inside a ConnectPro environment to make JS calls?  I have a function working great in Firefox and Chrome, but the function does not fire in Internet Explorer.  As usual trying to make things work in IE is 80% of my work <img src="http://www.psyked.co.uk/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' /> .  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.psyked.co.uk/actionscript/actionscript-geturl-vs-externalinterface-when-why.htm/comment-page-1#comment-5725</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Mon, 14 Sep 2009 17:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://ThispostallstemsfromaprojectI&#039;vebeenworkingonveryrecently,makingadrop-downmenuinflash,thatsitsinaHTMLpage.emstrongWhatwe&#039;retalkinginrelationtohereis,gettingflashtoexecuteJavaScriptDOMfunctions./strong/em#comment-5725</guid>
		<description>Hello-

James, thank you for the insight into the ExternalInterface function.  I am trying to get actionscript to communicate w/ javascript.  The situation is:  I have an aspx page, w/ a login and password at the top and a flash movie as the main active area.  When user clicks on a btn in the main area, I need to call javascript from flash to check if user is logged in already or the id and password are valid.  From what I know to keep it on the client-side, ExternalInterface is the best option.  I thought using this w/in a btn to receive a value through a string, then based on the value returned have an if/else conditional to navigate to the proper frame label...either please login with your username and password, or grant access and go to the appropriate frame.  Could you help fill in the blanks?  Thanks.....

-Jeff</description>
		<content:encoded><![CDATA[<p>Hello-</p>
<p>James, thank you for the insight into the ExternalInterface function.  I am trying to get actionscript to communicate w/ javascript.  The situation is:  I have an aspx page, w/ a login and password at the top and a flash movie as the main active area.  When user clicks on a btn in the main area, I need to call javascript from flash to check if user is logged in already or the id and password are valid.  From what I know to keep it on the client-side, ExternalInterface is the best option.  I thought using this w/in a btn to receive a value through a string, then based on the value returned have an if/else conditional to navigate to the proper frame label&#8230;either please login with your username and password, or grant access and go to the appropriate frame.  Could you help fill in the blanks?  Thanks&#8230;..</p>
<p>-Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmitry</title>
		<link>http://www.psyked.co.uk/actionscript/actionscript-geturl-vs-externalinterface-when-why.htm/comment-page-1#comment-3540</link>
		<dc:creator>dmitry</dc:creator>
		<pubDate>Sat, 21 Feb 2009 01:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://ThispostallstemsfromaprojectI&#039;vebeenworkingonveryrecently,makingadrop-downmenuinflash,thatsitsinaHTMLpage.emstrongWhatwe&#039;retalkinginrelationtohereis,gettingflashtoexecuteJavaScriptDOMfunctions./strong/em#comment-3540</guid>
		<description>THANK YOU SO MUCH JAMES!
flash.external.ExternalInterface.call(&quot;alert&quot;, &quot;ALERT&quot;);</description>
		<content:encoded><![CDATA[<p>THANK YOU SO MUCH JAMES!<br />
flash.external.ExternalInterface.call(&#8220;alert&#8221;, &#8220;ALERT&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/actionscript-geturl-vs-externalinterface-when-why.htm/comment-page-1#comment-1621</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 20 Aug 2008 10:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://ThispostallstemsfromaprojectI&#039;vebeenworkingonveryrecently,makingadrop-downmenuinflash,thatsitsinaHTMLpage.emstrongWhatwe&#039;retalkinginrelationtohereis,gettingflashtoexecuteJavaScriptDOMfunctions./strong/em#comment-1621</guid>
		<description>@me - that JavaScript injection article (&lt;a href=&quot;http://www.actionscript.org/resources/articles/745/2/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page2.html&quot; rel=&quot;nofollow&quot;&gt;http://www.actionscript.org/resources/articles/745/2/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page2.html&lt;/a&gt;) is quite interesting - and a neat hack, which could prove useful in certain situations...</description>
		<content:encoded><![CDATA[<p>@me &#8211; that JavaScript injection article (<a href="http://www.actionscript.org/resources/articles/745/2/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page2.html" rel="nofollow">http://www.actionscript.org/resources/articles/745/2/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page2.html</a>) is quite interesting &#8211; and a neat hack, which could prove useful in certain situations&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.psyked.co.uk/actionscript/actionscript-geturl-vs-externalinterface-when-why.htm/comment-page-1#comment-1619</link>
		<dc:creator>me</dc:creator>
		<pubDate>Wed, 20 Aug 2008 09:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://ThispostallstemsfromaprojectI&#039;vebeenworkingonveryrecently,makingadrop-downmenuinflash,thatsitsinaHTMLpage.emstrongWhatwe&#039;retalkinginrelationtohereis,gettingflashtoexecuteJavaScriptDOMfunctions./strong/em#comment-1619</guid>
		<description>Hi,

A bit of a late reaction but in your article you state that ExternalInterface does need a named function to exist.
This is a common misconception, as explained in &lt;a href=&quot;http://www.actionscript.org/resources/articles/745/2/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page2.html&quot; title=&quot;this article&quot; rel=&quot;nofollow&quot;&gt;.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>A bit of a late reaction but in your article you state that ExternalInterface does need a named function to exist.<br />
This is a common misconception, as explained in <a href="http://www.actionscript.org/resources/articles/745/2/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page2.html" title="this article" rel="nofollow">.</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/16 queries in 0.007 seconds using disk: basic
Object Caching 616/622 objects using disk: basic

Served from: www.psyked.co.uk @ 2012-02-10 19:51:07 -->
