<?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: Use SharedObject to save data on users computer</title>
	<atom:link href="http://blog.nichmekof.com/2009/03/use-sharedobject-to-save-data-on-users-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nichmekof.com/2009/03/use-sharedobject-to-save-data-on-users-computer/</link>
	<description>Learnings of a flash developer</description>
	<lastBuildDate>Thu, 03 Dec 2009 12:43:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed</title>
		<link>http://blog.nichmekof.com/2009/03/use-sharedobject-to-save-data-on-users-computer/comment-page-1/#comment-902</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nichmekof.com/?p=116#comment-902</guid>
		<description>Hey Stefan,
Yeah I knew about that. We have used that in Structure Creator. I just haven&#039;t updated my site in quite a while to mention it. Thanks for the link.</description>
		<content:encoded><![CDATA[<p>Hey Stefan,<br />
Yeah I knew about that. We have used that in Structure Creator. I just haven&#8217;t updated my site in quite a while to mention it. Thanks for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Wessels</title>
		<link>http://blog.nichmekof.com/2009/03/use-sharedobject-to-save-data-on-users-computer/comment-page-1/#comment-898</link>
		<dc:creator>Stefan Wessels</dc:creator>
		<pubDate>Mon, 05 Oct 2009 07:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nichmekof.com/?p=116#comment-898</guid>
		<description>Hey Ed!

You can also use: mySO.flush() to force Flash to save the storedObject immediately - I know on FL I have to use this method to make sure data is saved - probably works better on desktop version of Flash.

&quot;Immediately writes a locally persistent shared object to a local file. If you don&#039;t use this method, Flash writes the shared object to a file when the shared object session ends--that is, when the SWF file is closed, that is when the shared object is garbage-collected because it no longer has any references to it or you call SharedObject.clear().&quot;
(http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00001504.html)</description>
		<content:encoded><![CDATA[<p>Hey Ed!</p>
<p>You can also use: mySO.flush() to force Flash to save the storedObject immediately &#8211; I know on FL I have to use this method to make sure data is saved &#8211; probably works better on desktop version of Flash.</p>
<p>&#8220;Immediately writes a locally persistent shared object to a local file. If you don&#8217;t use this method, Flash writes the shared object to a file when the shared object session ends&#8211;that is, when the SWF file is closed, that is when the shared object is garbage-collected because it no longer has any references to it or you call SharedObject.clear().&#8221;<br />
(<a href="http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00001504.html" rel="nofollow">http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00001504.html</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
