<?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 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>
	<pubDate>Wed, 09 Jul 2008 01:33:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/05/09/using-shared-objects-login-process-with-remember-password/#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><b> static method has </b><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-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="http://en.wikipedia.org/wiki/Local_Shared_Object#Storage_location" rel="nofollow"&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" onclick="javascript:pageTracker._trackPageview('/outbound/comment/en.wikipedia.org');" 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-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 "C:\Documents and Settings\Harish\Application Data\Macromedia\Flash Player\#SharedObjects\D8F43EBD\localhost\Sample\Sample.swf" to My "D:\Sample" 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>
