<?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 Javascript Communication &#124; ExternalInterface call and addCallback Tutorial</title>
	<atom:link href="http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/</link>
	<description>Evan&#039;s Interactive Actionscript Exploration</description>
	<lastBuildDate>Mon, 15 Mar 2010 12:53:04 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: atasözleri</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-1318</link>
		<dc:creator>atasözleri</dc:creator>
		<pubDate>Mon, 15 Mar 2010 12:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-1318</guid>
		<description>Thank, working fine but i want to this sample code :

ExternalInterface.call(&quot;

function anyFunction(blah) {
blah;
blah;
blah;
return blah;
}

&quot;);

Can anyone help me?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank, working fine but i want to this sample code :</p>
<p>ExternalInterface.call(&#8221;</p>
<p>function anyFunction(blah) {<br />
blah;<br />
blah;<br />
blah;<br />
return blah;<br />
}</p>
<p>&#8220;);</p>
<p>Can anyone help me?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willwork</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-1235</link>
		<dc:creator>willwork</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-1235</guid>
		<description>I&#039;m trying to use externalInterface to create a mouselistener so the mouse scroll will work when on top of the flash - as well as the spacebar and arrow keys working as well - any tips?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use externalInterface to create a mouselistener so the mouse scroll will work when on top of the flash &#8211; as well as the spacebar and arrow keys working as well &#8211; any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-1118</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Sat, 30 May 2009 09:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-1118</guid>
		<description>I can&#039;t get externalInteface to work at all on ie if using Flash player 10 - works ok with other flash players. Anyone know a workaround or what is happening?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get externalInteface to work at all on ie if using Flash player 10 &#8211; works ok with other flash players. Anyone know a workaround or what is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-1109</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Thu, 21 May 2009 16:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-1109</guid>
		<description>@Dan - Thanks for pointing that out
&amp;
@Bob - Thanks man! I&#039;ve added it and that fixed it! Should have looked at that earlier. Let me know if there are any other issues.</description>
		<content:encoded><![CDATA[<p>@Dan &#8211; Thanks for pointing that out<br />
&#038;<br />
@Bob &#8211; Thanks man! I&#8217;ve added it and that fixed it! Should have looked at that earlier. Let me know if there are any other issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-1108</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 20 May 2009 10:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-1108</guid>
		<description>Hi all,
 Very helpful site - thanks for all the effort. I have found an issue with one of your links. For the new swfObject2 example you are pointing to the incorrect location. It should be &#039;/wp-content/plugins/wp-swfobject/2.0/swfobject.js&#039; - you have missed out the &#039;2.0/&#039; from the url. This will fix the non-displaying example.

 Thanks,

Bob</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
 Very helpful site &#8211; thanks for all the effort. I have found an issue with one of your links. For the new swfObject2 example you are pointing to the incorrect location. It should be &#8216;/wp-content/plugins/wp-swfobject/2.0/swfobject.js&#8217; &#8211; you have missed out the &#8216;2.0/&#8217; from the url. This will fix the non-displaying example.</p>
<p> Thanks,</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-1101</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 15 May 2009 10:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-1101</guid>
		<description>Evan,

Your most recent update to ActionscriptJavascriptCommunication2.html does not work in ie6. I&#039;m still getting &quot;null is null or not an object&quot;. More obviously, the flash part of the page is not loading. Could you clarify this issue?

Dan</description>
		<content:encoded><![CDATA[<p>Evan,</p>
<p>Your most recent update to ActionscriptJavascriptCommunication2.html does not work in ie6. I&#8217;m still getting &#8220;null is null or not an object&#8221;. More obviously, the flash part of the page is not loading. Could you clarify this issue?</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-946</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 06 Nov 2008 07:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-946</guid>
		<description>Is it as simple to set a cue point in a video and pass a ? variable?

I have built many flash players, but honestly I like Jeoring&#039;s player but I would like to load different content into my side column from a database like ads that are relational to the content of the video. 

I am currently looking into AMPHP but saw this post.  Very informative stuff.

Can you shoot me an email if you respond please?</description>
		<content:encoded><![CDATA[<p>Is it as simple to set a cue point in a video and pass a ? variable?</p>
<p>I have built many flash players, but honestly I like Jeoring&#8217;s player but I would like to load different content into my side column from a database like ads that are relational to the content of the video. </p>
<p>I am currently looking into AMPHP but saw this post.  Very informative stuff.</p>
<p>Can you shoot me an email if you respond please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABU-SOUZEY</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-940</link>
		<dc:creator>ABU-SOUZEY</dc:creator>
		<pubDate>Thu, 23 Oct 2008 22:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-940</guid>
		<description>hi
first sorry for my bad language
i am hamada frpm jordan i tried to write a combination with javascript and flash 8
but it doesn&#039;t work only if it was published to web server
why i can&#039;t do it at home ???
please reply</description>
		<content:encoded><![CDATA[<p>hi<br />
first sorry for my bad language<br />
i am hamada frpm jordan i tried to write a combination with javascript and flash 8<br />
but it doesn&#8217;t work only if it was published to web server<br />
why i can&#8217;t do it at home ???<br />
please reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: motu</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-919</link>
		<dc:creator>motu</dc:creator>
		<pubDate>Sat, 04 Oct 2008 06:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-919</guid>
		<description>Hi, is there a fairly easy way to get the text sent from flash 
to simply send the text as a javascript call to the web page? 

I&#039;m fairly green &amp; it would help with my learning.
Thanks
motu</description>
		<content:encoded><![CDATA[<p>Hi, is there a fairly easy way to get the text sent from flash<br />
to simply send the text as a javascript call to the web page? </p>
<p>I&#8217;m fairly green &amp; it would help with my learning.<br />
Thanks<br />
motu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/02/tutorial/actionscript-javascript-communication/#comment-915</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Wed, 24 Sep 2008 17:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/02/01/actionscript-javascript-communication/#comment-915</guid>
		<description>@Eric - I would think so, as long as IE can still address the flash content with the getElementById(). Let us know if it does work!

@YVR - I admit, I&#039;m confused. Not sure what you mean. You want the function coming from flash to send text back to flash? That just seems redundant...</description>
		<content:encoded><![CDATA[<p>@Eric &#8211; I would think so, as long as IE can still address the flash content with the getElementById(). Let us know if it does work!</p>
<p>@YVR &#8211; I admit, I&#8217;m confused. Not sure what you mean. You want the function coming from flash to send text back to flash? That just seems redundant&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->