<?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: The Trick to Using SharedObject</title>
	<atom:link href="http://jaycsantos.com/flash/the-trick-to-using-sharedobject/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/</link>
	<description>Games, Development, Blog</description>
	<lastBuildDate>Wed, 19 Oct 2011 15:40:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Doctor Dalek</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-346</link>
		<dc:creator>Doctor Dalek</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-346</guid>
		<description>I am trying to use the shared object .getRemote() method, but I can&#039;t seem to get it working. Once I  got it to say that flash player stopped a potentially unsafe action, does this mean that it worked? I want the data to show up for multiple users. IE, if someone clicks the button, everyone knows that someone clicked it, and how many times it has been clicked by everyone. The button is a movie clip that looks like a button.</description>
		<content:encoded><![CDATA[<p>I am trying to use the shared object .getRemote() method, but I can&#8217;t seem to get it working. Once I  got it to say that flash player stopped a potentially unsafe action, does this mean that it worked? I want the data to show up for multiple users. IE, if someone clicks the button, everyone knows that someone clicked it, and how many times it has been clicked by everyone. The button is a movie clip that looks like a button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerbear</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-343</link>
		<dc:creator>Gerbear</dc:creator>
		<pubDate>Sun, 31 Jul 2011 20:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-343</guid>
		<description>Beautiful, solved my problem as well. I have users saving in multiple slots, and couldn&#039;t for the life of me figure why the game was only allowing two slots to be filled. Fixed it right up!</description>
		<content:encoded><![CDATA[<p>Beautiful, solved my problem as well. I have users saving in multiple slots, and couldn&#8217;t for the life of me figure why the game was only allowing two slots to be filled. Fixed it right up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coggia</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-342</link>
		<dc:creator>coggia</dc:creator>
		<pubDate>Tue, 03 May 2011 15:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-342</guid>
		<description>Nice tips,
but in your way of saving objects to the Shared object,
how can you retrieve the values?

if I save to So like in your example, and the, try to trace the (mySo.gamedata) i get undefined value

But if i save things to Shared Object like :
 mySo.data.gamedata = &quot;data&quot;;

I&#039;m able to retrieve the data

Why&#039;s that?</description>
		<content:encoded><![CDATA[<p>Nice tips,<br />
but in your way of saving objects to the Shared object,<br />
how can you retrieve the values?</p>
<p>if I save to So like in your example, and the, try to trace the (mySo.gamedata) i get undefined value</p>
<p>But if i save things to Shared Object like :<br />
 mySo.data.gamedata = &#8220;data&#8221;;</p>
<p>I&#8217;m able to retrieve the data</p>
<p>Why&#8217;s that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nkululeko Msimang</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-339</link>
		<dc:creator>Nkululeko Msimang</dc:creator>
		<pubDate>Tue, 12 Apr 2011 13:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-339</guid>
		<description>I have a similar problem with Flash &#039;remembering&#039; Shared Object data. I need to create an app that checks if SO&#039;s can be stored locally but what happens is, even though the user may deny that data be stored locally, you can still read SO.data.* variables although there is nothing inside %appData%...localhost. This caused a lot of confusion because it could recall data but if you closed the instance it wouldn&#039;t be able to recall the data again. So for a while the program would return false results and say it could store Shared Objects on the machine.

Is there anyway of actually forcing Flash to read from disk, besides say, flushing and using the result to see if it could flush and reading if true else return an error.</description>
		<content:encoded><![CDATA[<p>I have a similar problem with Flash &#8216;remembering&#8217; Shared Object data. I need to create an app that checks if SO&#8217;s can be stored locally but what happens is, even though the user may deny that data be stored locally, you can still read SO.data.* variables although there is nothing inside %appData%&#8230;localhost. This caused a lot of confusion because it could recall data but if you closed the instance it wouldn&#8217;t be able to recall the data again. So for a while the program would return false results and say it could store Shared Objects on the machine.</p>
<p>Is there anyway of actually forcing Flash to read from disk, besides say, flushing and using the result to see if it could flush and reading if true else return an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McDermott</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-336</link>
		<dc:creator>John McDermott</dc:creator>
		<pubDate>Wed, 16 Feb 2011 12:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-336</guid>
		<description>Here is the text of an Adobe Bug I submitted (FP-6193).

&quot;Since CS4 SharedObject will remember what you told it to write but getLocal(...) will not actually go and get the new values from the file. To delete the SharedObject fully and re-acquire it from the file, you need to attach it to a dummy MovieClip which is added to this Class and then removeChild used to throw it out of memory

In Flash Player 10.2 this work around does not work. I use KewBee plugin switcher; 10.1 works  10.2 doesn&#039;t work.

I actually got the shared object file and manually changed a numerical value in the &quot;.sol&quot; file and trace out the results of the get action. 10.1 the file is ingested back into the SWF, 10.2 it is not ingested back into the SWF. The problem exists across browsers, as I have checked Internet Explorer 8, Chrome, Firefox 3.6 and Firefox beta 4.0b11. I have checked plugin Global settings to do with storage and privacy and they all seem to be OK.

This is stopping me from using SharedObjects to manage functionality between SWFs. Surely it would be better all round if the SharedObject just actually got the data from the file when it says it is going to, instead of &quot;remembering&quot; what it thinks the data should be. &quot;</description>
		<content:encoded><![CDATA[<p>Here is the text of an Adobe Bug I submitted (FP-6193).</p>
<p>&#8220;Since CS4 SharedObject will remember what you told it to write but getLocal(&#8230;) will not actually go and get the new values from the file. To delete the SharedObject fully and re-acquire it from the file, you need to attach it to a dummy MovieClip which is added to this Class and then removeChild used to throw it out of memory</p>
<p>In Flash Player 10.2 this work around does not work. I use KewBee plugin switcher; 10.1 works  10.2 doesn&#8217;t work.</p>
<p>I actually got the shared object file and manually changed a numerical value in the &#8220;.sol&#8221; file and trace out the results of the get action. 10.1 the file is ingested back into the SWF, 10.2 it is not ingested back into the SWF. The problem exists across browsers, as I have checked Internet Explorer 8, Chrome, Firefox 3.6 and Firefox beta 4.0b11. I have checked plugin Global settings to do with storage and privacy and they all seem to be OK.</p>
<p>This is stopping me from using SharedObjects to manage functionality between SWFs. Surely it would be better all round if the SharedObject just actually got the data from the file when it says it is going to, instead of &#8220;remembering&#8221; what it thinks the data should be. &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayc Santos</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-335</link>
		<dc:creator>Jayc Santos</dc:creator>
		<pubDate>Sat, 12 Feb 2011 04:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-335</guid>
		<description>Hey, I haven&#039;t encountered it yet but thanks for the heads up with 10.2. I&#039;ll look into it and see if something has to be done, maybe write a new post if its significant.</description>
		<content:encoded><![CDATA[<p>Hey, I haven&#8217;t encountered it yet but thanks for the heads up with 10.2. I&#8217;ll look into it and see if something has to be done, maybe write a new post if its significant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McDermott</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-334</link>
		<dc:creator>John McDermott</dc:creator>
		<pubDate>Fri, 11 Feb 2011 16:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-334</guid>
		<description>I am having Flash Player 10.2 issues with doing cross SWF shared Object access.

Using KewBee plugin switcher I have it working in 10.1 or earlier but failing in 10.2.  If I find a solution I&#039;ll post here.  In the mean time any thoughts?

Oh the &quot;Allow 3rd party storage&quot; option is enabled in the global settings</description>
		<content:encoded><![CDATA[<p>I am having Flash Player 10.2 issues with doing cross SWF shared Object access.</p>
<p>Using KewBee plugin switcher I have it working in 10.1 or earlier but failing in 10.2.  If I find a solution I&#8217;ll post here.  In the mean time any thoughts?</p>
<p>Oh the &#8220;Allow 3rd party storage&#8221; option is enabled in the global settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharat Achary</title>
		<link>http://jaycsantos.com/flash/the-trick-to-using-sharedobject/comment-page-1/#comment-328</link>
		<dc:creator>Sharat Achary</dc:creator>
		<pubDate>Wed, 17 Nov 2010 04:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://jaycsantos.com/?p=470#comment-328</guid>
		<description>What more could one ask for, this article did clear me a lot of stuff !
Thanks  - JC</description>
		<content:encoded><![CDATA[<p>What more could one ask for, this article did clear me a lot of stuff !<br />
Thanks  &#8211; JC</p>
]]></content:encoded>
	</item>
</channel>
</rss>

