<?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: ExternalInterface: Flash &#8211; JavaScript communication</title>
	<atom:link href="http://www.negush.net/blog/externalinterface-flash-javascript-communication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.negush.net/blog/externalinterface-flash-javascript-communication/</link>
	<description>Flash, ActionScript and stuff...</description>
	<lastBuildDate>Sun, 25 Dec 2011 23:08:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.negush.net/blog/externalinterface-flash-javascript-communication/comment-page-1/#comment-4088</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=163#comment-4088</guid>
		<description>Actually swfobject is quite ok to use (new version is swfobject2). However, in my example, the HTML file is simply generated with Adobe Flash CS3 and it&#039;s their solution for embedding Flash movies.</description>
		<content:encoded><![CDATA[<p>Actually swfobject is quite ok to use (new version is swfobject2). However, in my example, the HTML file is simply generated with Adobe Flash CS3 and it&#8217;s their solution for embedding Flash movies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.negush.net/blog/externalinterface-flash-javascript-communication/comment-page-1/#comment-4079</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=163#comment-4079</guid>
		<description>What code are you using to embed the Flash? I&#039;m trying to catch up on 2 or so years of coding changes and I was still using swfobject.js... I&#039;m not sure if that&#039;s the standard any more :)

I finally got frustrated with the swfobject thing and just did a direct EMBED tag just to make sure it actually works and I&#039;m not going crazy. It did work when I put it online, but not locally.

Thanks for the help, this is a really great and simple guide for Javascript/Flash communication, the best I&#039;ve seen on the net.</description>
		<content:encoded><![CDATA[<p>What code are you using to embed the Flash? I&#8217;m trying to catch up on 2 or so years of coding changes and I was still using swfobject.js&#8230; I&#8217;m not sure if that&#8217;s the standard any more :)</p>
<p>I finally got frustrated with the swfobject thing and just did a direct EMBED tag just to make sure it actually works and I&#8217;m not going crazy. It did work when I put it online, but not locally.</p>
<p>Thanks for the help, this is a really great and simple guide for Javascript/Flash communication, the best I&#8217;ve seen on the net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.negush.net/blog/externalinterface-flash-javascript-communication/comment-page-1/#comment-4066</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=163#comment-4066</guid>
		<description>Actually for me it works locally on both Windows and Mac OS X, on different browsers (Firefox, Safari, Opera, Google Chrome and IE 7). Check the JavaScript code that embeds the Flash movie or the one that gets the reference to it. Also, don&#039;t forget to add the callback function in Flash. JavaScript can only call the functions specified with ExternalInterface.addCallBack().</description>
		<content:encoded><![CDATA[<p>Actually for me it works locally on both Windows and Mac OS X, on different browsers (Firefox, Safari, Opera, Google Chrome and IE 7). Check the JavaScript code that embeds the Flash movie or the one that gets the reference to it. Also, don&#8217;t forget to add the callback function in Flash. JavaScript can only call the functions specified with ExternalInterface.addCallBack().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.negush.net/blog/externalinterface-flash-javascript-communication/comment-page-1/#comment-4037</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Tue, 02 Jun 2009 14:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=163#comment-4037</guid>
		<description>Further development on the comment above: I am able to UPLOAD my project and it works fine on a server, I&#039;m just not able to get it to function locally. That&#039;s a bit frustrating, but I&#039;ll take what I can get at this point.</description>
		<content:encoded><![CDATA[<p>Further development on the comment above: I am able to UPLOAD my project and it works fine on a server, I&#8217;m just not able to get it to function locally. That&#8217;s a bit frustrating, but I&#8217;ll take what I can get at this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.negush.net/blog/externalinterface-flash-javascript-communication/comment-page-1/#comment-4036</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Tue, 02 Jun 2009 13:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=163#comment-4036</guid>
		<description>I&#039;m having issues with this functionality. I can get it to work with Flash calling Javascript functions. But every time I try calling a Flash function with Javascript it tells me that the function doesn&#039;t exist in Javascript and never gets transferred to Flash.

I downloaded your example and it doesn&#039;t seem to work in Firefox, Internet Explorer or Chrome. Was there an update recently that might have changed how this works?

I&#039;m thoroughly confused here, I really love how simple the guide is, but something else seems to block this from working, can you offer any insight? Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having issues with this functionality. I can get it to work with Flash calling Javascript functions. But every time I try calling a Flash function with Javascript it tells me that the function doesn&#8217;t exist in Javascript and never gets transferred to Flash.</p>
<p>I downloaded your example and it doesn&#8217;t seem to work in Firefox, Internet Explorer or Chrome. Was there an update recently that might have changed how this works?</p>
<p>I&#8217;m thoroughly confused here, I really love how simple the guide is, but something else seems to block this from working, can you offer any insight? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

