<?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"
	>
<channel>
	<title>Comments for Calculator Tab</title>
	<atom:link href="http://www.calculator-tab.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calculator-tab.com</link>
	<description>Free Online Scientific Calculator</description>
	<pubDate>Tue, 06 Jan 2009 01:02:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Accessing a Local Shared Object from multiple SWF files by hab</title>
		<link>http://www.calculator-tab.com/blog/2008/08/accessing-a-local-shared-object-from-multiple-swf-files/#comment-13</link>
		<dc:creator>hab</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.calculator-tab.com/?p=21#comment-13</guid>
		<description>Now I figured out how to refresh a LSO in AS3:

In the first frame the LSO is declared:
var LSO:SharedObject = SharedObject.getLocal("LSOName","/");

In the second frame it is changed, then flushed and set to null:
LSO.flush();
LSO = null;

In the third frame it reloaded:
LSO = SharedObject.getLocal("LSOName","/");
gotoAndPlay(2);

Works for me!
Cheers</description>
		<content:encoded><![CDATA[<p>Now I figured out how to refresh a LSO in AS3:</p>
<p>In the first frame the LSO is declared:<br />
var LSO:SharedObject = SharedObject.getLocal(&#8221;LSOName&#8221;,&#8221;/&#8221;);</p>
<p>In the second frame it is changed, then flushed and set to null:<br />
LSO.flush();<br />
LSO = null;</p>
<p>In the third frame it reloaded:<br />
LSO = SharedObject.getLocal(&#8221;LSOName&#8221;,&#8221;/&#8221;);<br />
gotoAndPlay(2);</p>
<p>Works for me!<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing a Local Shared Object from multiple SWF files by hab</title>
		<link>http://www.calculator-tab.com/blog/2008/08/accessing-a-local-shared-object-from-multiple-swf-files/#comment-12</link>
		<dc:creator>hab</dc:creator>
		<pubDate>Mon, 08 Dec 2008 22:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.calculator-tab.com/?p=21#comment-12</guid>
		<description>Hi there! Thanks for that article! I have almost the same problem. I want to control one swf with another through the LSO in AS3. The problem is, that the swf that I want to control, doesn't read the LSO after the first time on start up. Since the "delete" doesn't work on dynamically created variables - I don't know what to do...
Any suggestions would be appreciated - thanks!</description>
		<content:encoded><![CDATA[<p>Hi there! Thanks for that article! I have almost the same problem. I want to control one swf with another through the LSO in AS3. The problem is, that the swf that I want to control, doesn&#8217;t read the LSO after the first time on start up. Since the &#8220;delete&#8221; doesn&#8217;t work on dynamically created variables - I don&#8217;t know what to do&#8230;<br />
Any suggestions would be appreciated - thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing a Local Shared Object from multiple SWF files by Royston</title>
		<link>http://www.calculator-tab.com/blog/2008/08/accessing-a-local-shared-object-from-multiple-swf-files/#comment-4</link>
		<dc:creator>Royston</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.calculator-tab.com/?p=21#comment-4</guid>
		<description>Hey, great article.. We're creating a chat bar that synchronizes its behaviors across different tabs and browsers. Was wondering why the heck the LSO in the older flash instance doesn't update itself. 

One drawback, your method won't work in AS3, since you can only delete dynamically created variables. Couldn't seem to find a way to force the LSO to 'refresh' itself in AS3. Had to resort to using LocalConnections to keep all the LSOs synchronized.</description>
		<content:encoded><![CDATA[<p>Hey, great article.. We&#8217;re creating a chat bar that synchronizes its behaviors across different tabs and browsers. Was wondering why the heck the LSO in the older flash instance doesn&#8217;t update itself. </p>
<p>One drawback, your method won&#8217;t work in AS3, since you can only delete dynamically created variables. Couldn&#8217;t seem to find a way to force the LSO to &#8216;refresh&#8217; itself in AS3. Had to resort to using LocalConnections to keep all the LSOs synchronized.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
