<?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: Using Shared Objects: Login Process with Remember Password</title>
	<atom:link href="http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:18:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vikrant</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-1641</link>
		<dc:creator>vikrant</dc:creator>
		<pubDate>Mon, 29 Jun 2009 04:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-1641</guid>
		<description>HI Andrei,
 I am also facing the same issue. However i want arrayCollection into a sharedObject. Things are not working. Please find my comments in http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_3.html</description>
		<content:encoded><![CDATA[<p>HI Andrei,<br />
 I am also facing the same issue. However i want arrayCollection into a sharedObject. Things are not working. Please find my comments in <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_3.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_3.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-1464</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Thu, 26 Feb 2009 08:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-1464</guid>
		<description>Mandy, in what way? Do you want to have and array of &lt;strong&gt;SharedObjects&lt;/strong&gt;? Or do you want to store and &lt;strong&gt;ArrayCollection&lt;/strong&gt; into a &lt;strong&gt;SharedObject&lt;/strong&gt;?</description>
		<content:encoded><![CDATA[<p>Mandy, in what way? Do you want to have and array of <strong>SharedObjects</strong>? Or do you want to store and <strong>ArrayCollection</strong> into a <strong>SharedObject</strong>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mandy</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-1461</link>
		<dc:creator>mandy</dc:creator>
		<pubDate>Thu, 26 Feb 2009 03:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-1461</guid>
		<description>Can this sharedobject being used on an arraycollection?</description>
		<content:encoded><![CDATA[<p>Can this sharedobject being used on an arraycollection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-977</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Fri, 05 Dec 2008 09:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-977</guid>
		<description>Hello Pip! It is a good practice to encode the values before writing them into a Share Object. You can use MD5 from AS3Crypto. Read &lt;a href=&quot;http://www.flexer.info/2007/11/27/as3crypto-actionscript-3-cryptography-library/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hello Pip! It is a good practice to encode the values before writing them into a Share Object. You can use MD5 from AS3Crypto. Read <a href="http://www.flexer.info/2007/11/27/as3crypto-actionscript-3-cryptography-library/" target="_blank" rel="nofollow">this article</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pip</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-963</link>
		<dc:creator>Pip</dc:creator>
		<pubDate>Wed, 03 Dec 2008 04:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-963</guid>
		<description>I would really question the security of storing the password as plain text inside an LSO. Surely it would be better to encrypt it? As it is at the moment I was able to read the password by simply opening the following file in a text editor.

/Users/John/Library/Preferences/Macromedia/Flash Player/#SharedObjects/42YR5M7A/www.flexer.info/wp-content/uploads/2008/05/shareobjectapplication.swf/loginData.sol</description>
		<content:encoded><![CDATA[<p>I would really question the security of storing the password as plain text inside an LSO. Surely it would be better to encrypt it? As it is at the moment I was able to read the password by simply opening the following file in a text editor.</p>
<p>/Users/John/Library/Preferences/Macromedia/Flash Player/#SharedObjects/42YR5M7A/www.flexer.info/wp-content/uploads/2008/05/shareobjectapplication.swf/loginData.sol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-292</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Fri, 13 Jun 2008 07:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-292</guid>
		<description>Due to security issues the only place Flash Player is allowed to save something physically is in its sandbox. It is a good thing not to have the option to change the physical path for saving &lt;b&gt;SharedObject&lt;/b&gt; because otherwise mallware, spyware and all sorts of evil applications that do bad things will be saved on our computers.

Although &lt;b&gt;getLocal&lt;/b&gt; static method has &lt;b&gt;localPath&lt;/b&gt; parameter there you can specify the availability (and avoid some conflicts) of a shared object to other swf applications in the same domain.

&lt;b&gt;SharedObject&lt;/b&gt; has also &lt;b&gt;getRemote&lt;/b&gt; method that allow you to save share objects remotely on another server. This may be helpful to you but you need special server software like LiveCycle Data Services (old Flash Media Server), Red5, etc.</description>
		<content:encoded><![CDATA[<p>Due to security issues the only place Flash Player is allowed to save something physically is in its sandbox. It is a good thing not to have the option to change the physical path for saving <b>SharedObject</b> because otherwise mallware, spyware and all sorts of evil applications that do bad things will be saved on our computers.</p>
<p>Although <b>getLocal</b> static method has <b>localPath</b> parameter there you can specify the availability (and avoid some conflicts) of a shared object to other swf applications in the same domain.</p>
<p><b>SharedObject</b> has also <b>getRemote</b> method that allow you to save share objects remotely on another server. This may be helpful to you but you need special server software like LiveCycle Data Services (old Flash Media Server), Red5, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virgil Cristea</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-291</link>
		<dc:creator>Virgil Cristea</dc:creator>
		<pubDate>Fri, 13 Jun 2008 06:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-291</guid>
		<description>No since the saving/loading is handled by the player itself.
&lt;a href=&quot;http://en.wikipedia.org/wiki/Local_Shared_Object#Storage_location&quot; rel=&quot;nofollow&quot;&gt;More Info&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>No since the saving/loading is handled by the player itself.<br />
<a target="_blank" href="http://en.wikipedia.org/wiki/Local_Shared_Object#Storage_location" rel="nofollow">More Info</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/comment-page-1/#comment-290</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Fri, 13 Jun 2008 05:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=168#comment-290</guid>
		<description>Hi, Can u tell me how to change shared object pathe from &quot;C:\Documents and Settings\Harish\Application Data\Macromedia\Flash Player\#SharedObjects\D8F43EBD\localhost\Sample\Sample.swf&quot; to My &quot;D:\Sample&quot; folder.

Plse help.. 

Thank you</description>
		<content:encoded><![CDATA[<p>Hi, Can u tell me how to change shared object pathe from &#8220;C:\Documents and Settings\Harish\Application Data\Macromedia\Flash Player\#SharedObjects\D8F43EBD\localhost\Sample\Sample.swf&#8221; to My &#8220;D:\Sample&#8221; folder.</p>
<p>Plse help.. </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
