<?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: Forcing XML Refresh in ActionScript 2.0</title>
	<atom:link href="http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/</link>
	<description>Joseph Labrecque: Senior Interactive Software Engineer - Artist - Author - Speaker - Adobe Education Leader - Adobe Community Professional</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:00:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Retard</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-2152</link>
		<dc:creator>Retard</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-2152</guid>
		<description>Thanks so much for publishing this! And thanks too to Thomas McAdams without whom I may well have torn all my ahir out all over again!</description>
		<content:encoded><![CDATA[<p>Thanks so much for publishing this! And thanks too to Thomas McAdams without whom I may well have torn all my ahir out all over again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Mardon</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-224</link>
		<dc:creator>Mark Mardon</dc:creator>
		<pubDate>Sun, 30 Dec 2007 22:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-224</guid>
		<description>I&#039;m having exactly the same problem...  xml is not being refreshed.  I&#039;ve tried the above fix (and several others that I&#039;ve found in my search) to no avail.  Basically, I have a site that includes a photo gallery.  The gallery is broken down by country.  When the visitor clicks on a country, a new xml file is generated from my database with the appropriate photo information.

No matter what I do, I can&#039;t get the xml to refresh.  I can see that the xml is being generated properly each time the user clicks a country, but I always end up with pictures from the first country I clicked on.  If I bring the xml up in a different browser window, then the next click on a country (no matter what country it is) displays the xml in the other window.  To see it in action, go to www.markmardon.com/markmardon3.html.  To view the xml file, go to www.markmardon.com/photos.xml.

Any help you could provide would be great.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having exactly the same problem&#8230;  xml is not being refreshed.  I&#8217;ve tried the above fix (and several others that I&#8217;ve found in my search) to no avail.  Basically, I have a site that includes a photo gallery.  The gallery is broken down by country.  When the visitor clicks on a country, a new xml file is generated from my database with the appropriate photo information.</p>
<p>No matter what I do, I can&#8217;t get the xml to refresh.  I can see that the xml is being generated properly each time the user clicks a country, but I always end up with pictures from the first country I clicked on.  If I bring the xml up in a different browser window, then the next click on a country (no matter what country it is) displays the xml in the other window.  To see it in action, go to <a href="http://www.markmardon.com/markmardon3.html" rel="nofollow">http://www.markmardon.com/markmardon3.html</a>.  To view the xml file, go to <a href="http://www.markmardon.com/photos.xml" rel="nofollow">http://www.markmardon.com/photos.xml</a>.</p>
<p>Any help you could provide would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas McAdams</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-212</link>
		<dc:creator>Thomas McAdams</dc:creator>
		<pubDate>Wed, 26 Dec 2007 02:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-212</guid>
		<description>I was doing a comeplete redesign of my site adding a bit of flash, and did not consider the refresh a problem, and had several pics in a slideshow. I realized the problem with refresh when I removed all the &#039;extra&#039; pics. I decided to google it, and your page was the second shown. It worked like a charm!! And so simple a solution. Thank You!

P.S. Just for others, the code above needed an extra ) in the line to work for me. The flash would not load the .xml file locally in my computer and gave me an error, but worked perfect online. The line I used was:
images_xml.load(&quot;slide/slide.xml?&quot;+getTimer());</description>
		<content:encoded><![CDATA[<p>I was doing a comeplete redesign of my site adding a bit of flash, and did not consider the refresh a problem, and had several pics in a slideshow. I realized the problem with refresh when I removed all the &#8216;extra&#8217; pics. I decided to google it, and your page was the second shown. It worked like a charm!! And so simple a solution. Thank You!</p>
<p>P.S. Just for others, the code above needed an extra ) in the line to work for me. The flash would not load the .xml file locally in my computer and gave me an error, but worked perfect online. The line I used was:<br />
images_xml.load(&#8220;slide/slide.xml?&#8221;+getTimer());</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nenad</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-170</link>
		<dc:creator>Nenad</dc:creator>
		<pubDate>Fri, 28 Sep 2007 17:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-170</guid>
		<description>Thanks Joseph for your help, I sent you a file.</description>
		<content:encoded><![CDATA[<p>Thanks Joseph for your help, I sent you a file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Labrecque</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-168</link>
		<dc:creator>Joseph Labrecque</dc:creator>
		<pubDate>Fri, 28 Sep 2007 16:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-168</guid>
		<description>@Nenad

Without knowing the context of what you are trying to do- I cannot say.

If you want to email me your files- I can have a look at it.

[joseph AT fracturedvisionmedia DOT com]</description>
		<content:encoded><![CDATA[<p>@Nenad</p>
<p>Without knowing the context of what you are trying to do- I cannot say.</p>
<p>If you want to email me your files- I can have a look at it.</p>
<p>[joseph AT fracturedvisionmedia DOT com]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nenad</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-167</link>
		<dc:creator>Nenad</dc:creator>
		<pubDate>Fri, 28 Sep 2007 15:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-167</guid>
		<description>I have a big problem with this and my action script knowledge is not very well, so please, can you tell me where to put this code. 

I have a component in flash and in action script is:
var lis:Object = new Object();
lis.onDoubleClick = function(eo:Object){
getURL(eo.link, &quot;_self&quot;);
}

var lis = {};
lis.onSelectPhoto=function(evt){  
    desc_txt.text = evt.desc;
}
myPhotoFlow.addEventListener (&quot;onSelectPhoto&quot;, lis);

XML file generates dynamically from mysql/php, site: www.hrs.hr

Thanks</description>
		<content:encoded><![CDATA[<p>I have a big problem with this and my action script knowledge is not very well, so please, can you tell me where to put this code. </p>
<p>I have a component in flash and in action script is:<br />
var lis:Object = new Object();<br />
lis.onDoubleClick = function(eo:Object){<br />
getURL(eo.link, &#8220;_self&#8221;);<br />
}</p>
<p>var lis = {};<br />
lis.onSelectPhoto=function(evt){<br />
    desc_txt.text = evt.desc;<br />
}<br />
myPhotoFlow.addEventListener (&#8220;onSelectPhoto&#8221;, lis);</p>
<p>XML file generates dynamically from mysql/php, site: <a href="http://www.hrs.hr" rel="nofollow">http://www.hrs.hr</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-4</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 12 Feb 2007 09:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-4</guid>
		<description>Hello,

Hello, We had the same problem, we used a very close method... maus the concern it is that that does not function locally.

Alex</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Hello, We had the same problem, we used a very close method&#8230; maus the concern it is that that does not function locally.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Labrecque</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-3</link>
		<dc:creator>Joseph Labrecque</dc:creator>
		<pubDate>Sun, 11 Feb 2007 17:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-3</guid>
		<description>Nice.  Thanks for the tip.  It&#039;s really amazing that there are still so many small things to learn even after working with a specific platform for years on end.  I wonder if this would work for loading images and such through a MovieClipLoader object as well?</description>
		<content:encoded><![CDATA[<p>Nice.  Thanks for the tip.  It&#8217;s really amazing that there are still so many small things to learn even after working with a specific platform for years on end.  I wonder if this would work for loading images and such through a MovieClipLoader object as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Udell</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/02/forcing-xml-refresh-in-actionscript-20/comment-page-1/#comment-2</link>
		<dc:creator>Chad Udell</dc:creator>
		<pubDate>Sun, 11 Feb 2007 16:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://josephlabrecque.com/?p=5#comment-2</guid>
		<description>You can use a similar method in the embed code used in the HTML/PHP, etc used to put the SWF on the page. Appending the &quot;.swf&quot; file name with a query string and changing variable will ensure the newest swf is passed to the viewer rather than a cached one.

eg( blahblah.swf?myVariable=randomNumber )

Great for testing purposes.</description>
		<content:encoded><![CDATA[<p>You can use a similar method in the embed code used in the HTML/PHP, etc used to put the SWF on the page. Appending the &#8220;.swf&#8221; file name with a query string and changing variable will ensure the newest swf is passed to the viewer rather than a cached one.</p>
<p>eg( blahblah.swf?myVariable=randomNumber )</p>
<p>Great for testing purposes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

