<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Actionscript Cookie Util</title>
	<atom:link href="http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/feed/" rel="self" type="application/rss+xml" />
	<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/</link>
	<description>components and thoughts on Flex</description>
	<lastBuildDate>Mon, 16 Nov 2009 17:38:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Attila</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-175</link>
		<dc:creator>Attila</dc:creator>
		<pubDate>Mon, 16 Nov 2009 17:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-175</guid>
		<description>Great work, man!
I was trying to extract the session ID (JSESSIONID cookie) - this tool saved me a lot of headache.</description>
		<content:encoded><![CDATA[<p>Great work, man!<br />
I was trying to extract the session ID (JSESSIONID cookie) &#8211; this tool saved me a lot of headache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepak</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-174</link>
		<dc:creator>deepak</dc:creator>
		<pubDate>Mon, 02 Nov 2009 06:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-174</guid>
		<description>Hey thanks buddy....you did a really great job.</description>
		<content:encoded><![CDATA[<p>Hey thanks buddy&#8230;.you did a really great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: やせ蛙 まけるな一茶 是にあり &#187; Flex Cookie</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-172</link>
		<dc:creator>やせ蛙 まけるな一茶 是にあり &#187; Flex Cookie</dc:creator>
		<pubDate>Mon, 12 Oct 2009 15:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-172</guid>
		<description>[...] components and thoughts on Flex Actionscript Cookie Util http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/ [...]</description>
		<content:encoded><![CDATA[<p>[...] components and thoughts on Flex Actionscript Cookie Util <a href="http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/" rel="nofollow">http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marques</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-169</link>
		<dc:creator>David Marques</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-169</guid>
		<description>This is a nice post. Thank :D</description>
		<content:encoded><![CDATA[<p>This is a nice post. Thank <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingschnulli</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-168</link>
		<dc:creator>kingschnulli</dc:creator>
		<pubDate>Fri, 18 Sep 2009 09:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-168</guid>
		<description>I already mentioned in another comment why I use Cookies, and what you point out as a contra point is a pro point for me (cookies can be deleted easily). Anyways, everybody should go for what he prefers.</description>
		<content:encoded><![CDATA[<p>I already mentioned in another comment why I use Cookies, and what you point out as a contra point is a pro point for me (cookies can be deleted easily). Anyways, everybody should go for what he prefers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jloa</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-167</link>
		<dc:creator>jloa</dc:creator>
		<pubDate>Thu, 03 Sep 2009 19:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-167</guid>
		<description>But, why do u use cookies? SharedObjects are way much better. Why?

1. Your class wont work if the allowScriptAccess is set to &#039;never&#039;, SharedObjects will still work.
2. Cookies can be deleted via browser &#039;Clear recent history&#039; option (e.g. FireFox ctrl+shift+del), SharedObjects - u cant delete that way.

The verdict - use SharedObjects :)</description>
		<content:encoded><![CDATA[<p>But, why do u use cookies? SharedObjects are way much better. Why?</p>
<p>1. Your class wont work if the allowScriptAccess is set to &#8216;never&#8217;, SharedObjects will still work.<br />
2. Cookies can be deleted via browser &#8216;Clear recent history&#8217; option (e.g. FireFox ctrl+shift+del), SharedObjects &#8211; u cant delete that way.</p>
<p>The verdict &#8211; use SharedObjects <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-165</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 31 Aug 2009 04:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-165</guid>
		<description>but I can&#039;t control the parents conent,it&#039;s not my site,it &#039;s some site I don&#039;t know.I just want to get domain which import my swf.</description>
		<content:encoded><![CDATA[<p>but I can&#8217;t control the parents conent,it&#8217;s not my site,it &#8217;s some site I don&#8217;t know.I just want to get domain which import my swf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingschnulli</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-163</link>
		<dc:creator>kingschnulli</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-163</guid>
		<description>You have to allow scriptAccess for your flash movie, after doing so you might be able to get the parents url via javascript - if javascript allows this. If this is not possible you are not able to get this url without modifying the parents contents (setting cookies etc.)</description>
		<content:encoded><![CDATA[<p>You have to allow scriptAccess for your flash movie, after doing so you might be able to get the parents url via javascript &#8211; if javascript allows this. If this is not possible you are not able to get this url without modifying the parents contents (setting cookies etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-162</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 24 Aug 2009 08:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-162</guid>
		<description>I have question :
There is swf(as2,as3,flex application) in an iframe, and iframe’s src is not same domain with the iframe parent’s url . How can I get the iframe parent’s url in swf.</description>
		<content:encoded><![CDATA[<p>I have question :<br />
There is swf(as2,as3,flex application) in an iframe, and iframe’s src is not same domain with the iframe parent’s url . How can I get the iframe parent’s url in swf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingschnulli</title>
		<link>http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/#comment-159</link>
		<dc:creator>kingschnulli</dc:creator>
		<pubDate>Wed, 12 Aug 2009 08:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://myflex.wordpress.com/?p=28#comment-159</guid>
		<description>Sure, you can read any cookie you can read in the html wrapper - so all cookies set on this domain.</description>
		<content:encoded><![CDATA[<p>Sure, you can read any cookie you can read in the html wrapper &#8211; so all cookies set on this domain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>