<?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 for Dave Keen</title>
	<atom:link href="http://www.actionscriptfreelancer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptfreelancer.com</link>
	<description>Professional and reliable Actionscript development</description>
	<pubDate>Tue, 16 Mar 2010 00:09:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to stop SWFs caching in the browser once and for all by Eric Priou</title>
		<link>http://www.actionscriptfreelancer.com/how-to-stop-swfs-caching-in-the-browser-once-and-for-all/#comment-397</link>
		<dc:creator>Eric Priou</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/how-to-stop-swfs-caching-in-the-browser-once-and-for-all/#comment-397</guid>
		<description>I prefer to use a md5 hash on the file serverside.
That technic permits the file to be evaluated on its contents more than its date.
The better should also to modify the eTag HTTP headers in concordance with this.</description>
		<content:encoded><![CDATA[<p>I prefer to use a md5 hash on the file serverside.<br />
That technic permits the file to be evaluated on its contents more than its date.<br />
The better should also to modify the eTag HTTP headers in concordance with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop SWFs caching in the browser once and for all by devdave</title>
		<link>http://www.actionscriptfreelancer.com/how-to-stop-swfs-caching-in-the-browser-once-and-for-all/#comment-395</link>
		<dc:creator>devdave</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/how-to-stop-swfs-caching-in-the-browser-once-and-for-all/#comment-395</guid>
		<description>With a little fiddling this could be extended to work for shell swfs too - if, for example Shell.swf loads ChildA.swf and ChildB.swf then we could pass in two FlashVars to Shell.swf:

var flashvars = {
  childAVersion: &lt;?php echo filemtime(’ChildA.swf’) ?&gt;,
  childBVersion: &lt;?php echo filemtime(’ChildB.swf’) ?&gt;
}

and then when Shell.swf loads in the swf it just needs to append ?version=whatever to the filename.  This should give the same functionality for shell scripts (as long as you know in advance what children you are loading).

Dave</description>
		<content:encoded><![CDATA[<p>With a little fiddling this could be extended to work for shell swfs too - if, for example Shell.swf loads ChildA.swf and ChildB.swf then we could pass in two FlashVars to Shell.swf:</p>
<p>var flashvars = {<br />
  childAVersion: < ?php echo filemtime(’ChildA.swf’) ?>,<br />
  childBVersion: < ?php echo filemtime(’ChildB.swf’) ?><br />
}</p>
<p>and then when Shell.swf loads in the swf it just needs to append ?version=whatever to the filename.  This should give the same functionality for shell scripts (as long as you know in advance what children you are loading).</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to stop SWFs caching in the browser once and for all by Michael</title>
		<link>http://www.actionscriptfreelancer.com/how-to-stop-swfs-caching-in-the-browser-once-and-for-all/#comment-394</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 15 Mar 2010 06:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/how-to-stop-swfs-caching-in-the-browser-once-and-for-all/#comment-394</guid>
		<description>This is really handy and the best solution I've seen - thanks!

I guess we should note that this only covers the main shell swf... not the swfs loaded within that one at runtime.</description>
		<content:encoded><![CDATA[<p>This is really handy and the best solution I&#8217;ve seen - thanks!</p>
<p>I guess we should note that this only covers the main shell swf&#8230; not the swfs loaded within that one at runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PureMVC Tutorial - Flex, PureMVC, Jabber and XIFF 3: Conclusion, Demo &#38; Downloads by Maykon</title>
		<link>http://www.actionscriptfreelancer.com/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-393</link>
		<dc:creator>Maykon</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-393</guid>
		<description>hi, how i get information from user profile??

Thanks.</description>
		<content:encoded><![CDATA[<p>hi, how i get information from user profile??</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PureMVC Tutorial - Flex, PureMVC, Jabber and XIFF 3: Part 4 - Notifications, Commands &#38; Use Cases by GP</title>
		<link>http://www.actionscriptfreelancer.com/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-4-notifications-commands-use-cases/#comment-392</link>
		<dc:creator>GP</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-part-4-notifications-commands-use-cases/#comment-392</guid>
		<description>These tutorials are fantastic, thanks. I have a quick question if i may. If a Proxy contained listeners from a service that do not correlate to use cases. e.g. an admin message event. Would the associated static const &lt;em&gt;ADMIN_MESSAGE_RECEIVED&lt;/em&gt; still exist in the &lt;em&gt;ApplicationFacade class&lt;/em&gt;. Best regards :)</description>
		<content:encoded><![CDATA[<p>These tutorials are fantastic, thanks. I have a quick question if i may. If a Proxy contained listeners from a service that do not correlate to use cases. e.g. an admin message event. Would the associated static const <em>ADMIN_MESSAGE_RECEIVED</em> still exist in the <em>ApplicationFacade class</em>. Best regards <img src='http://www.actionscriptfreelancer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PureMVC Tutorial - Flex, PureMVC, Jabber and XIFF 3: Conclusion, Demo &#38; Downloads by sathish</title>
		<link>http://www.actionscriptfreelancer.com/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-391</link>
		<dc:creator>sathish</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-391</guid>
		<description>give source code shown errors while build. files need supporting files. like ChatEvent .. wat to do?</description>
		<content:encoded><![CDATA[<p>give source code shown errors while build. files need supporting files. like ChatEvent .. wat to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PureMVC Tutorial - Flex, PureMVC, Jabber and XIFF 3: Conclusion, Demo &#38; Downloads by kalpesh</title>
		<link>http://www.actionscriptfreelancer.com/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-389</link>
		<dc:creator>kalpesh</dc:creator>
		<pubDate>Fri, 05 Mar 2010 06:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-389</guid>
		<description>it is the best</description>
		<content:encoded><![CDATA[<p>it is the best</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google (XML) Sitemaps Mirror Wordpress Plugin by Salim</title>
		<link>http://www.actionscriptfreelancer.com/google-xml-sitemaps-mirror-wordpress-plugin/#comment-388</link>
		<dc:creator>Salim</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/google-xml-sitemaps-mirror-wordpress-plugin/#comment-388</guid>
		<description>Please write a new hack for the latest one.</description>
		<content:encoded><![CDATA[<p>Please write a new hack for the latest one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nike Team Kit Builder by diogobpn</title>
		<link>http://www.actionscriptfreelancer.com/nike-team-kit-builder/#comment-387</link>
		<dc:creator>diogobpn</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/nike-team-kit-builder/#comment-387</guid>
		<description>ficou muito bom, mas eu queria ver um programa de voces para eu poder criar umas camisas tambem.</description>
		<content:encoded><![CDATA[<p>ficou muito bom, mas eu queria ver um programa de voces para eu poder criar umas camisas tambem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PureMVC Tutorial - Flex, PureMVC, Jabber and XIFF 3: Conclusion, Demo &#38; Downloads by FlassAri</title>
		<link>http://www.actionscriptfreelancer.com/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-386</link>
		<dc:creator>FlassAri</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-conclusion-demo-downloads/#comment-386</guid>
		<description>Hi Dave,
just wanted to thank you for this insightful tutorial, it really helped me get a grasp of how to develop using PureMVC (just telling me to read the PureMVC pdf's added a lot).
It took away a lot of the doubts I had of how I would develop my current game project using the framework.

-Ari-</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
just wanted to thank you for this insightful tutorial, it really helped me get a grasp of how to develop using PureMVC (just telling me to read the PureMVC pdf&#8217;s added a lot).<br />
It took away a lot of the doubts I had of how I would develop my current game project using the framework.</p>
<p>-Ari-</p>
]]></content:encoded>
	</item>
</channel>
</rss>
