<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Flash: Nasty XML load bug in Internet Explorer</title>
	<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/</link>
	<description>Lessrain Blog</description>
	<pubDate>Wed, 08 Feb 2012 22:21:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Gabriel</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-142159</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 25 Jan 2012 15:28:29 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-142159</guid>
		<description>&lt;p&gt;I have been using a couple of Flash components from flashxml for some time and I would like to point out that they have always worked when loading from a secure location on my sites. The way they by-passed the cache problems was by adding a ?uid generated number at the end of their XML files according to the server's time. This way, every time you refresh the page the XML gets a new UID and this stops the cache problem. 
You can see it for this component, but they also have the same system implemented for all their other stuff. If you are interested you can try it at www.flashxml.net/image-scroller.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been using a couple of Flash components from flashxml for some time and I would like to point out that they have always worked when loading from a secure location on my sites. The way they by-passed the cache problems was by adding a ?uid generated number at the end of their XML files according to the server&#8217;s time. This way, every time you refresh the page the XML gets a new UID and this stops the cache problem.<br />
You can see it for this component, but they also have the same system implemented for all their other stuff. If you are interested you can try it at <a href="http://www.flashxml.net/image-scroller.html" rel="nofollow">http://www.flashxml.net/image-scroller.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soumya Vinod</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-142147</link>
		<dc:creator>Soumya Vinod</dc:creator>
		<pubDate>Tue, 17 Jan 2012 12:16:05 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-142147</guid>
		<description>&lt;p&gt;Found another relatively simpler way to do the same,posted at http://bbso.wordpress.com/2012/01/16/loading-xml-in-flash-as3&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Found another relatively simpler way to do the same,posted at <a href="http://bbso.wordpress.com/2012/01/16/loading-xml-in-flash-as3" rel="nofollow">http://bbso.wordpress.com/2012/01/16/loading-xml-in-flash-as3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-141889</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 27 Sep 2011 19:55:22 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-141889</guid>
		<description>&lt;p&gt;Many thanks! Same solution as David Kenyon worked for me too. For the record the problem occurs in IE8 but not IE9 in my experience.&lt;/p&gt;

&lt;p&gt;My setup = Apache + PHP + XML -&#62; Flash CS3 + HTTPS + facebook&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Many thanks! Same solution as David Kenyon worked for me too. For the record the problem occurs in IE8 but not IE9 in my experience.</p>
<p>My setup = Apache + PHP + XML -&gt; Flash CS3 + HTTPS + facebook</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david kenyon</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-141451</link>
		<dc:creator>david kenyon</dc:creator>
		<pubDate>Wed, 11 May 2011 22:22:19 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-141451</guid>
		<description>&lt;p&gt;For the love of god!! Thank you for this thread.
session_start();
header(”Cache-Control: cache, must-revalidate”);
header(”Pragma: public”);
(on the PHP page being posted to - for those that missed that)&lt;/p&gt;

&lt;p&gt;eventually was the magic ticket for me running https + PHP + flash8 using sendAndLoad + IE. Total waste of a day but at least not 2 days :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For the love of god!! Thank you for this thread.<br />
session_start();<br />
header(”Cache-Control: cache, must-revalidate”);<br />
header(”Pragma: public”);<br />
(on the PHP page being posted to - for those that missed that)</p>
<p>eventually was the magic ticket for me running https + PHP + flash8 using sendAndLoad + IE. Total waste of a day but at least not 2 days <img src='http://www.blog.lessrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-140775</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 04 Oct 2010 12:36:33 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-140775</guid>
		<description>&lt;p&gt;I'm glad I found this entry, I was doubting my code when it was IE  inadequacies all along! :)&lt;/p&gt;

&lt;p&gt;This worked for me at the top of my php page, notice I openned the session then set the header:&lt;/p&gt;

&lt;p&gt;session_start();
header("Cache-Control: cache, must-revalidate");
header("Pragma: public");&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I found this entry, I was doubting my code when it was IE  inadequacies all along! <img src='http://www.blog.lessrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This worked for me at the top of my php page, notice I openned the session then set the header:</p>
<p>session_start();<br />
header(&#8221;Cache-Control: cache, must-revalidate&#8221;);<br />
header(&#8221;Pragma: public&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dipanwita</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-140376</link>
		<dc:creator>Dipanwita</dc:creator>
		<pubDate>Fri, 26 Mar 2010 07:11:02 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-140376</guid>
		<description>&lt;p&gt;header('Cache-Control: cache, must-revalidate');
header('Pragma: public');&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>header(&#8217;Cache-Control: cache, must-revalidate&#8217;);<br />
header(&#8217;Pragma: public&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giovanni</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139837</link>
		<dc:creator>Giovanni</dc:creator>
		<pubDate>Wed, 09 Dec 2009 19:33:53 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139837</guid>
		<description>&lt;p&gt;i had the same problem for https and was solved by the solution of neil 
&#60;% response.setHeader("cache-control","cache, must-revalidate");%&#62;
&#60;% response.setHeader("Pragma","public");%&#62;&lt;/p&gt;

&lt;p&gt;thanks neil&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i had the same problem for https and was solved by the solution of neil<br />
&lt;% response.setHeader(&#8221;cache-control&#8221;,&#8221;cache, must-revalidate&#8221;);%&gt;<br />
&lt;% response.setHeader(&#8221;Pragma&#8221;,&#8221;public&#8221;);%&gt;</p>
<p>thanks neil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139823</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 01 Dec 2009 22:27:23 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139823</guid>
		<description>&lt;p&gt;amazing!   I can't believe you ever even tracked this down. I owe you HUGE&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>amazing!   I can&#8217;t believe you ever even tracked this down. I owe you HUGE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139517</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:51:30 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139517</guid>
		<description>&lt;p&gt;Thank you sooo much.  Its taken me 2 days to fix this problem - I might have guessed it was a bug in IE that is now at least 4 years old and has travelled from IE6 to IE7 and now IE8!&lt;/p&gt;

&lt;p&gt;Why oh why don't MS give up on IE and force people to use browsers that actually work!&lt;/p&gt;

&lt;p&gt;Problem was solved in php by putting:
  header("Cache-Control: cache, must-revalidate");
  header("Pragma: public");
after
  session_start();&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you sooo much.  Its taken me 2 days to fix this problem - I might have guessed it was a bug in IE that is now at least 4 years old and has travelled from IE6 to IE7 and now IE8!</p>
<p>Why oh why don&#8217;t MS give up on IE and force people to use browsers that actually work!</p>
<p>Problem was solved in php by putting:<br />
  header(&#8221;Cache-Control: cache, must-revalidate&#8221;);<br />
  header(&#8221;Pragma: public&#8221;);<br />
after<br />
  session_start();</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ds r4</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139458</link>
		<dc:creator>ds r4</dc:creator>
		<pubDate>Sat, 03 Oct 2009 12:46:08 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139458</guid>
		<description>&lt;p&gt;Thanx for the information. After some testing the “sessioncachelimiter” in php was causing the xml file to be cached indefinitely.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanx for the information. After some testing the “sessioncachelimiter” in php was causing the xml file to be cached indefinitely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolProgrammer</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139148</link>
		<dc:creator>coolProgrammer</dc:creator>
		<pubDate>Thu, 10 Sep 2009 08:16:45 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139148</guid>
		<description>&lt;p&gt;Thanks. This  helped a lot. You rock!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks. This  helped a lot. You rock!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139008</link>
		<dc:creator>Willem</dc:creator>
		<pubDate>Mon, 17 Aug 2009 12:19:36 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139008</guid>
		<description>&lt;p&gt;Thanks for this hint. Setting the Cache-Control header to "private" instead of "no-cache" solved this problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this hint. Setting the Cache-Control header to &#8220;private&#8221; instead of &#8220;no-cache&#8221; solved this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tetsui</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138898</link>
		<dc:creator>tetsui</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:43:36 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138898</guid>
		<description>&lt;p&gt;I have a great idea. All those in the web design/dev arena decide on a date when we all stop using ie6. It will be a unified push to get rid of the enemy. I think we have pandered to its oppresive regine far too long, lets stand up for "ie must die day", spread the word!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a great idea. All those in the web design/dev arena decide on a date when we all stop using ie6. It will be a unified push to get rid of the enemy. I think we have pandered to its oppresive regine far too long, lets stand up for &#8220;ie must die day&#8221;, spread the word!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryn</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138839</link>
		<dc:creator>Bryn</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:46:24 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138839</guid>
		<description>&lt;p&gt;Thanks ever so much for posting this, as it was turning what should have been a simple HTTP -&#62; HTTPS migration into a major pain in the rear.&lt;/p&gt;

&lt;p&gt;A few quick PHP headers later and the problem was solved.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks ever so much for posting this, as it was turning what should have been a simple HTTP -&gt; HTTPS migration into a major pain in the rear.</p>
<p>A few quick PHP headers later and the problem was solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138835</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:13:30 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138835</guid>
		<description>&lt;p&gt;I'm going to fill this comment with as many keywords as possible on the offchance I need to Google for this page again at some point the future.  Apologies for that.&lt;/p&gt;

&lt;p&gt;We're running Oracle's Apex (Application Express) software on a number of servers behind a Zeus ZXTM load balancing solution.  The load balancers add in an SSL layer and rewrite all HTTP requests to HTTPS.  Communication between the load balancers and the Apex servers is just HTTP (i.e. there's no SSL on the web servers themselves).  &lt;/p&gt;

&lt;p&gt;We were having problems getting the Flash charts on any of the pages to load/appear when running IE.  They'd appear perfectly with Firefox or Opera.  Oddly, when going to the servers directly (i.e. not through the load balancers, coincidently bypassing the SSL layer too) IE &lt;em&gt;did&lt;/em&gt; work.&lt;/p&gt;

&lt;p&gt;After some Googling I found this page and after reading the comments was able to create a very simple 'response' rule with Zeus' TrafficScript scripting language which gave us a solution:&lt;/p&gt;

&lt;p&gt;http.setResponseHeader("Cache-Control","cache, must-revalidate");
http.setResponseHeader("Pragma","public");&lt;/p&gt;

&lt;p&gt;Many thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to fill this comment with as many keywords as possible on the offchance I need to Google for this page again at some point the future.  Apologies for that.</p>
<p>We&#8217;re running Oracle&#8217;s Apex (Application Express) software on a number of servers behind a Zeus ZXTM load balancing solution.  The load balancers add in an SSL layer and rewrite all HTTP requests to HTTPS.  Communication between the load balancers and the Apex servers is just HTTP (i.e. there&#8217;s no SSL on the web servers themselves).  </p>
<p>We were having problems getting the Flash charts on any of the pages to load/appear when running IE.  They&#8217;d appear perfectly with Firefox or Opera.  Oddly, when going to the servers directly (i.e. not through the load balancers, coincidently bypassing the SSL layer too) IE <em>did</em> work.</p>
<p>After some Googling I found this page and after reading the comments was able to create a very simple &#8216;response&#8217; rule with Zeus&#8217; TrafficScript scripting language which gave us a solution:</p>
<p>http.setResponseHeader(&#8221;Cache-Control&#8221;,&#8221;cache, must-revalidate&#8221;);<br />
http.setResponseHeader(&#8221;Pragma&#8221;,&#8221;public&#8221;);</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Malartre</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138741</link>
		<dc:creator>Carl Malartre</dc:creator>
		<pubDate>Fri, 29 May 2009 18:01:22 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138741</guid>
		<description>&lt;p&gt;This also cause trouble with loading crossdomain.xml files over https. Same solution work.&lt;/p&gt;

&lt;p&gt;Carl&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This also cause trouble with loading crossdomain.xml files over https. Same solution work.</p>
<p>Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTTPS 에서의 서버사이드 XML페이지 로드 ioError &#171; Kuro</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138199</link>
		<dc:creator>HTTPS 에서의 서버사이드 XML페이지 로드 ioError &#171; Kuro</dc:creator>
		<pubDate>Mon, 09 Mar 2009 22:14:07 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138199</guid>
		<description>&lt;p&gt;[...] 사이트 http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] 사이트 <a href="http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/" rel="nofollow">http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirc</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138149</link>
		<dc:creator>mirc</dc:creator>
		<pubDate>Sat, 21 Feb 2009 16:45:27 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138149</guid>
		<description>&lt;p&gt;hi thank you for the info&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi thank you for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaske</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138124</link>
		<dc:creator>vaske</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:57:14 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138124</guid>
		<description>&lt;p&gt;If I try some suggestion I got the following.&lt;/p&gt;

&lt;p&gt;The XML page cannot be displayed 
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. &lt;/p&gt;

&lt;p&gt;The server did not understand the request, or the request was invalid. Error processing resource 'http://www.w3.org/TR/xhtm...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If I try some suggestion I got the following.</p>
<p>The XML page cannot be displayed<br />
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. </p>
<p>The server did not understand the request, or the request was invalid. Error processing resource &#8216;http://www.w3.org/TR/xhtm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaske</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138123</link>
		<dc:creator>vaske</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:41:36 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138123</guid>
		<description>&lt;p&gt;I still have the same problem, but my problem is in following on IE 6/7 my flash slide gallery based on XML it's loaded but not shown...white screen..but if I resize browser window it's there. Does anyone have any idea about this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I still have the same problem, but my problem is in following on IE 6/7 my flash slide gallery based on XML it&#8217;s loaded but not shown&#8230;white screen..but if I resize browser window it&#8217;s there. Does anyone have any idea about this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

