<?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: Local Connection Actionscript &#8211; Communicate between seperate Flash files &#124; Tutorial</title>
	<atom:link href="http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/</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: WE</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1311</link>
		<dc:creator>WE</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1311</guid>
		<description>That&#039;s the conclusion I&#039;m starting to come to.  I&#039;ve been searching around for a working version of a flash localConnection tutorial for hours.  I have yet to find a functioning example.  Unfortunately, I&#039;m also unable to find any verification that this is due to some new security feature, or other known issue (aside from the very common multiple open browser issue).  Seems that this is a problem that has slipped through the cracks and isn&#039;t being addressed anymore.  Is there some new way to communicate between flash files on an HTML page?</description>
		<content:encoded><![CDATA[<p>That&#8217;s the conclusion I&#8217;m starting to come to.  I&#8217;ve been searching around for a working version of a flash localConnection tutorial for hours.  I have yet to find a functioning example.  Unfortunately, I&#8217;m also unable to find any verification that this is due to some new security feature, or other known issue (aside from the very common multiple open browser issue).  Seems that this is a problem that has slipped through the cracks and isn&#8217;t being addressed anymore.  Is there some new way to communicate between flash files on an HTML page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1281</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1281</guid>
		<description>Well this is almost 2 years old, so I wouldn&#039;t be too surprised it new browser updates may have borked it. i&#039;d try some as3 by now to do it. That may help as well</description>
		<content:encoded><![CDATA[<p>Well this is almost 2 years old, so I wouldn&#8217;t be too surprised it new browser updates may have borked it. i&#8217;d try some as3 by now to do it. That may help as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1280</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 20 Jan 2010 22:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1280</guid>
		<description>This code isn&#039;t working for me on OS 10.5, Firefox 3.5.6, Safari 4.0.4, Flash Player 10,0,32,18. Not sure why. 

Works fine via Parrallels / Windowx XP Pro 2002,  IE 6. 

Is this Flash Player Mac bug?</description>
		<content:encoded><![CDATA[<p>This code isn&#8217;t working for me on OS 10.5, Firefox 3.5.6, Safari 4.0.4, Flash Player 10,0,32,18. Not sure why. </p>
<p>Works fine via Parrallels / Windowx XP Pro 2002,  IE 6. </p>
<p>Is this Flash Player Mac bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vance</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1240</link>
		<dc:creator>Vance</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1240</guid>
		<description>you may want to check the code and solve for the problem that when someone opens your website up in two separate tabs, the local connection object fails. you did catch the error correctly however you didn&#039;t give a second or third one to try when they fail. i&#039;ve had this problem before and it saved me to have a second connection name to try if the first one failed. also if the user was at a website that used the same code you have, more specifically the same local connection name you used, one of the connections would fail.

just something to think about when doing this. i&#039;ve found the local connection is a real pain.</description>
		<content:encoded><![CDATA[<p>you may want to check the code and solve for the problem that when someone opens your website up in two separate tabs, the local connection object fails. you did catch the error correctly however you didn&#8217;t give a second or third one to try when they fail. i&#8217;ve had this problem before and it saved me to have a second connection name to try if the first one failed. also if the user was at a website that used the same code you have, more specifically the same local connection name you used, one of the connections would fail.</p>
<p>just something to think about when doing this. i&#8217;ve found the local connection is a real pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xzone9</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1085</link>
		<dc:creator>xzone9</dc:creator>
		<pubDate>Fri, 01 May 2009 00:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1085</guid>
		<description>This example works great but what can be done about someone who has two browser events open at the same time. The connection will only address the first page that is opened.</description>
		<content:encoded><![CDATA[<p>This example works great but what can be done about someone who has two browser events open at the same time. The connection will only address the first page that is opened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ameer</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1082</link>
		<dc:creator>ameer</dc:creator>
		<pubDate>Wed, 29 Apr 2009 06:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-1082</guid>
		<description>hey can any body help
it is not working in ie6...plz help</description>
		<content:encoded><![CDATA[<p>hey can any body help<br />
it is not working in ie6&#8230;plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-978</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Sat, 29 Nov 2008 21:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-978</guid>
		<description>With ff3 on my mac it works for me ;)</description>
		<content:encoded><![CDATA[<p>With ff3 on my mac it works for me <img src='http://blog.circlecube.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laurent xÃ©nard</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-975</link>
		<dc:creator>laurent xÃ©nard</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-975</guid>
		<description>Well on Firefox for Mac your exemple does not work, weird....</description>
		<content:encoded><![CDATA[<p>Well on Firefox for Mac your exemple does not work, weird&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruchi</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-945</link>
		<dc:creator>ruchi</dc:creator>
		<pubDate>Sat, 01 Nov 2008 12:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-945</guid>
		<description>its a good example ,easy to learn,understand..........</description>
		<content:encoded><![CDATA[<p>its a good example ,easy to learn,understand&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: motu</title>
		<link>http://blog.circlecube.com/2008/03/tutorial/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-916</link>
		<dc:creator>motu</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/2008/03/12/local-connection-actionscript-communicate-between-seperate-flash-files-tutorial/#comment-916</guid>
		<description>I too am interested to control a Flash video player from a separate Flash file (with buttons or menus sending the controls)...
 
BTW, here&#039;s an example with 4 Flash files communicating on one html page:
http://home5.inet.tele.dk/nyboe/flash/localconnectiontest.html

Thanks!!
motu</description>
		<content:encoded><![CDATA[<p>I too am interested to control a Flash video player from a separate Flash file (with buttons or menus sending the controls)&#8230;</p>
<p>BTW, here&#8217;s an example with 4 Flash files communicating on one html page:<br />
<a href="http://home5.inet.tele.dk/nyboe/flash/localconnectiontest.html" rel="nofollow">http://home5.inet.tele.dk/nyboe/flash/localconnectiontest.html</a></p>
<p>Thanks!!<br />
motu</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! -->