<?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: NoCache for JavaScript and Flash</title>
	<atom:link href="http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/</link>
	<description></description>
	<lastBuildDate>Fri, 02 Sep 2011 20:04:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Will</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-35077</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 22 Apr 2008 17:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-35077</guid>
		<description>Has anyone noticed this method does not play nice with AS3? Been doing this for a while in AS2 but appending the qparam to the url is bombing my movie. I dont even get a proper XML failure.</description>
		<content:encoded><![CDATA[<p>Has anyone noticed this method does not play nice with AS3? Been doing this for a while in AS2 but appending the qparam to the url is bombing my movie. I dont even get a proper XML failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-25529</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 07 Feb 2008 16:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-25529</guid>
		<description>Great post.  Thank you.  I had to implement this fix in Flex 2 and need to make a few minor changes.  In case others out there are looking for a Flex solution:  

import flash.system.Capabilities

url = &#039;file.xml&#039;;

if (Capabilities.playerType == &quot;PlugIn&quot; &#124;&#124;      // non IE browsers
    Capabilities.playerType == &quot;ActiveX&quot;) {     // IE browser
        url += &quot;?nocache=&quot;+new Date().getTime();
}</description>
		<content:encoded><![CDATA[<p>Great post.  Thank you.  I had to implement this fix in Flex 2 and need to make a few minor changes.  In case others out there are looking for a Flex solution:  </p>
<p>import flash.system.Capabilities</p>
<p>url = &#8216;file.xml&#8217;;</p>
<p>if (Capabilities.playerType == &#8220;PlugIn&#8221; ||      // non IE browsers<br />
    Capabilities.playerType == &#8220;ActiveX&#8221;) {     // IE browser<br />
        url += &#8220;?nocache=&#8221;+new Date().getTime();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naisioxerloro</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-20295</link>
		<dc:creator>naisioxerloro</dc:creator>
		<pubDate>Wed, 28 Nov 2007 15:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-20295</guid>
		<description>Hi. 
Good design, who make it?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Good design, who make it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AltaGid</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-13640</link>
		<dc:creator>AltaGid</dc:creator>
		<pubDate>Mon, 20 Aug 2007 22:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-13640</guid>
		<description>Hello! Help solve the problem. 
Very often try to enter the site, but says that the password is not correct. 
Regrettably use of remembering. Give like to be? 
Thank you!</description>
		<content:encoded><![CDATA[<p>Hello! Help solve the problem.<br />
Very often try to enter the site, but says that the password is not correct.<br />
Regrettably use of remembering. Give like to be?<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-12533</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 18 Jul 2007 09:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-12533</guid>
		<description>perfect!  it makes perfect sense, but I would have never thought of it.  It reeeaally helped me out,  thank you!!</description>
		<content:encoded><![CDATA[<p>perfect!  it makes perfect sense, but I would have never thought of it.  It reeeaally helped me out,  thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-11596</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 13 Jul 2007 00:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-11596</guid>
		<description>You saved me possibly hours of effort, thank you sooooooooooo much!</description>
		<content:encoded><![CDATA[<p>You saved me possibly hours of effort, thank you sooooooooooo much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karina</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-8406</link>
		<dc:creator>Karina</dc:creator>
		<pubDate>Wed, 06 Jun 2007 17:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-8406</guid>
		<description>You&#039;re welcome :) </description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome <img src='http://neo-archaic.ie/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris will</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-8402</link>
		<dc:creator>chris will</dc:creator>
		<pubDate>Wed, 06 Jun 2007 16:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-8402</guid>
		<description>I Love you!!! You saved my ass, worked a treat thanks !</description>
		<content:encoded><![CDATA[<p>I Love you!!! You saved my ass, worked a treat thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: å¼€å‘è€… &#187; Blog Archive &#187; NoCache for JavaScript and Flash</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-5635</link>
		<dc:creator>å¼€å‘è€… &#187; Blog Archive &#187; NoCache for JavaScript and Flash</dc:creator>
		<pubDate>Tue, 24 Apr 2007 02:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-5635</guid>
		<description>[...] å‚è€ƒï¼šhttp://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm [...]</description>
		<content:encoded><![CDATA[<p>[...] å‚è€ƒï¼šhttp://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karina</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-5445</link>
		<dc:creator>Karina</dc:creator>
		<pubDate>Thu, 19 Apr 2007 11:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-5445</guid>
		<description>You&#039;re welcome - glad I could help :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome &#8211; glad I could help <img src='http://neo-archaic.ie/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

