<?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: Understanding Flashâ€™s ExternalInterface.</title>
	<atom:link href="http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/</link>
	<description>Flash And Everything Else</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:41:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GUYA.NET &#187; Blog Archive &#187; Bug in Internet Explorer security model when embedding Flash</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-118</link>
		<dc:creator>GUYA.NET &#187; Blog Archive &#187; Bug in Internet Explorer security model when embedding Flash</dc:creator>
		<pubDate>Wed, 10 Sep 2008 12:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-118</guid>
		<description>[...] This way the swf file can script the automatically generated html page it resides in, using ExternalInterface, leading to a major security flaw. I will post about a real world example of this security flaw, [...]</description>
		<content:encoded><![CDATA[<p>[...] This way the swf file can script the automatically generated html page it resides in, using ExternalInterface, leading to a major security flaw. I will post about a real world example of this security flaw, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: check3r</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-117</link>
		<dc:creator>check3r</dc:creator>
		<pubDate>Fri, 18 Jul 2008 22:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-117</guid>
		<description>i suggest to use ExternalInterface.call(&quot;eval&quot;,&quot;javascript_code&quot;); with this you can also for example use variables: ExternalInterface.call(&quot;eval&quot;,&quot;alert(myvar)&quot;); while ExternalInterface.call(&quot;alert&quot;,&quot;myvar&quot;); will only give you a string. or to change variables use it: ExternalInterface.call(&quot;eval&quot;,&quot;myvar=true;&quot;); , executing multiple commands is also no problem: ExternalInterface.call(&quot;eval&quot;,&quot;var test = 1;alert(&#039;hey test is &#039;+test);test=2;akert(&#039;now it is &#039;+test);&quot;);</description>
		<content:encoded><![CDATA[<p>i suggest to use ExternalInterface.call(&#8220;eval&#8221;,&#8221;javascript_code&#8221;); with this you can also for example use variables: ExternalInterface.call(&#8220;eval&#8221;,&#8221;alert(myvar)&#8221;); while ExternalInterface.call(&#8220;alert&#8221;,&#8221;myvar&#8221;); will only give you a string. or to change variables use it: ExternalInterface.call(&#8220;eval&#8221;,&#8221;myvar=true;&#8221;); , executing multiple commands is also no problem: ExternalInterface.call(&#8220;eval&#8221;,&#8221;var test = 1;alert(&#8216;hey test is &#8216;+test);test=2;akert(&#8216;now it is &#8216;+test);&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash External API Links &#171; 01 Web</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-116</link>
		<dc:creator>Flash External API Links &#171; 01 Web</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-116</guid>
		<description>[...] GUYA.NET: Understanding Flashâ€™s ExternalInterface [...]</description>
		<content:encoded><![CDATA[<p>[...] GUYA.NET: Understanding Flashâ€™s ExternalInterface [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guya</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-115</link>
		<dc:creator>guya</dc:creator>
		<pubDate>Tue, 25 Mar 2008 19:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-115</guid>
		<description>Thanks for your comment Bob,

I&#039;ve fixed all of the code to be Copy -&gt; Paste friendly.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment Bob,</p>
<p>I&#8217;ve fixed all of the code to be Copy -> Paste friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-114</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 21 Mar 2008 10:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-114</guid>
		<description>Be careful of syntax -- you can&#039;t just copy and paste this code. The &quot;import&quot; keyword must be all lower case, and make sure you&#039;re using straight quotation marks.</description>
		<content:encoded><![CDATA[<p>Be careful of syntax &#8212; you can&#8217;t just copy and paste this code. The &#8220;import&#8221; keyword must be all lower case, and make sure you&#8217;re using straight quotation marks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GUYA.NET &#187; Blog Archive &#187; Resolving some issues with swfobject</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-113</link>
		<dc:creator>GUYA.NET &#187; Blog Archive &#187; Resolving some issues with swfobject</dc:creator>
		<pubDate>Sun, 11 Nov 2007 18:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-113</guid>
		<description>[...] There are some known issues with swfobject and ASP.NET, infact it&#039;s not just with swfobject but also with the Flash object in general, one issue of using ExternaInterafce from an ASP.NET Form can be solved with these technics [...]</description>
		<content:encoded><![CDATA[<p>[...] There are some known issues with swfobject and ASP.NET, infact it&#8217;s not just with swfobject but also with the Flash object in general, one issue of using ExternaInterafce from an ASP.NET Form can be solved with these technics [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: izms &#187; Blog Archive &#187; links for 2007-09-25</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-112</link>
		<dc:creator>izms &#187; Blog Archive &#187; links for 2007-09-25</dc:creator>
		<pubDate>Tue, 25 Sep 2007 22:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-112</guid>
		<description>[...] GUYA.NET Â» Blog Archive Â» Understanding Flashâ€™s ExternalInterface. (tags: actionscript flash javascript reference) [...]</description>
		<content:encoded><![CDATA[<p>[...] GUYA.NET Â» Blog Archive Â» Understanding Flashâ€™s ExternalInterface. (tags: actionscript flash javascript reference) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-111</link>
		<dc:creator>shane</dc:creator>
		<pubDate>Sun, 16 Sep 2007 20:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-111</guid>
		<description>I followed the code in the example, using my own id of course, and I keep getting a browser error in IE saying that the Object doesnt support this property of method. It is referring to the call line
(in my case it is flashMovie.goMC();)

the script is below:


    // callResult gets the value &quot;busy signal&quot;
	var flashMovie = thisMovie(&quot;tileAuto&quot;);

	function thisMovie(movieName) {
	var isIE = navigator.appName.indexOf(&quot;Microsoft&quot;) != -1;
	return (isIE) ? window[movieName] : document[movieName];
	}


	flashMovie.goMC();



Any reasons?

thanks!</description>
		<content:encoded><![CDATA[<p>I followed the code in the example, using my own id of course, and I keep getting a browser error in IE saying that the Object doesnt support this property of method. It is referring to the call line<br />
(in my case it is flashMovie.goMC();)</p>
<p>the script is below:</p>
<p>    // callResult gets the value &#8220;busy signal&#8221;<br />
	var flashMovie = thisMovie(&#8220;tileAuto&#8221;);</p>
<p>	function thisMovie(movieName) {<br />
	var isIE = navigator.appName.indexOf(&#8220;Microsoft&#8221;) != -1;<br />
	return (isIE) ? window[movieName] : document[movieName];<br />
	}</p>
<p>	flashMovie.goMC();</p>
<p>Any reasons?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter Bonne</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-110</link>
		<dc:creator>Pieter Bonne</dc:creator>
		<pubDate>Fri, 24 Aug 2007 23:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-110</guid>
		<description>I&#039;ve been using ExternalInterface quite awhile now and have noticed that when you call an actionscript function from javascript, you cannot execute a call to javascript inside that actionscript function. The call just never happens.

I&#039;m using a construction like this to notify javascript of certain events, and the event doesn&#039;t arrive when the event occurs during a call that originated from a call to the ExternalInterface.

If anyone has any way around this, tell me! :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using ExternalInterface quite awhile now and have noticed that when you call an actionscript function from javascript, you cannot execute a call to javascript inside that actionscript function. The call just never happens.</p>
<p>I&#8217;m using a construction like this to notify javascript of certain events, and the event doesn&#8217;t arrive when the event occurs during a call that originated from a call to the ExternalInterface.</p>
<p>If anyone has any way around this, tell me! <img src='http://blog.guya.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guya</title>
		<link>http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/comment-page-1/#comment-109</link>
		<dc:creator>guya</dc:creator>
		<pubDate>Wed, 27 Jun 2007 10:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guya.net/2006/06/19/understanding-flash%e2%80%99s-externalinterface/#comment-109</guid>
		<description>How to use ExternalInterface within a FORM tag:
&lt;form&gt; http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730&amp;sliceId=2&lt;/form&gt;</description>
		<content:encoded><![CDATA[<p>How to use ExternalInterface within a FORM tag:</p>
<form> <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730&#038;sliceId=2" rel="nofollow">http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730&#038;sliceId=2</a></form>
]]></content:encoded>
	</item>
</channel>
</rss>
