<?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: Passing on optional arguments in ActionScript 3</title>
	<atom:link href="http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/</link>
	<description>Keep It Simply Stupid</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:03:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mark</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-26</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 08 Jul 2010 21:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-26</guid>
		<description>Awesome post - Huge thanks ! I was doing exactly the same thing (amfphp &amp; drupal) and this had me stumped for an hour or so until I found this. Only been writing AS3 for a couple of days as I am a C++/C#/Java guy normally.

May blog my resulting AS3 Drupal connector and publish code - so will add this blog to the code comments if thats ok.

Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>Awesome post &#8211; Huge thanks ! I was doing exactly the same thing (amfphp &amp; drupal) and this had me stumped for an hour or so until I found this. Only been writing AS3 for a couple of days as I am a C++/C#/Java guy normally.</p>
<p>May blog my resulting AS3 Drupal connector and publish code &#8211; so will add this blog to the code comments if thats ok.</p>
<p>Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddhant</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-25</link>
		<dc:creator>Siddhant</dc:creator>
		<pubDate>Fri, 07 May 2010 12:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-25</guid>
		<description>Never thought would get the exact solution i needed .. i was trying to right a similar class and was stuck after using args directly ... thanks a lot ....</description>
		<content:encoded><![CDATA[<p>Never thought would get the exact solution i needed .. i was trying to right a similar class and was stuck after using args directly &#8230; thanks a lot &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aby</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-24</link>
		<dc:creator>Aby</dc:creator>
		<pubDate>Sat, 27 Mar 2010 02:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-24</guid>
		<description>Thanks dude. Just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks dude. Just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sangpil Research&#187; Blog Archive &#187; using &#8230;args as function to send data to amfPHP.</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-23</link>
		<dc:creator>Sangpil Research&#187; Blog Archive &#187; using &#8230;args as function to send data to amfPHP.</dc:creator>
		<pubDate>Fri, 12 Mar 2010 01:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-23</guid>
		<description>[...] Links. Daniel Eneström&#8217;s blog ActionScript 3.0 References : flash_10, [...] </description>
		<content:encoded><![CDATA[<p>[...] Links. Daniel Eneström&#8217;s blog ActionScript 3.0 References : flash_10, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InnoleDangore</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-22</link>
		<dc:creator>InnoleDangore</dc:creator>
		<pubDate>Fri, 11 Dec 2009 23:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-22</guid>
		<description>Amazing, really awesome issue. I will blog about it also.</description>
		<content:encoded><![CDATA[<p>Amazing, really awesome issue. I will blog about it also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Eneström</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-21</link>
		<dc:creator>Daniel Eneström</dc:creator>
		<pubDate>Tue, 27 Oct 2009 08:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-21</guid>
		<description>I&#039;ve been using AMFPHP since its &quot;youth&quot;, because at the beginning it was the only option I had for sending objects and arrays to and from PHP and maintaining the data format. Today there are other options, but it still works so smoothly for me, and using a wrapper that takes care of the AS-stuff I have no need to look for an alternative. Why? Do you prefer another remoting library?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using AMFPHP since its &#8220;youth&#8221;, because at the beginning it was the only option I had for sending objects and arrays to and from PHP and maintaining the data format. Today there are other options, but it still works so smoothly for me, and using a wrapper that takes care of the AS-stuff I have no need to look for an alternative. Why? Do you prefer another remoting library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amfphp</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-20</link>
		<dc:creator>amfphp</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-20</guid>
		<description>Are you using amfphp?? Is it good? Why do you want to use amfphp??</description>
		<content:encoded><![CDATA[<p>Are you using amfphp?? Is it good? Why do you want to use amfphp??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pim</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-19</link>
		<dc:creator>Pim</dc:creator>
		<pubDate>Wed, 14 Oct 2009 10:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-19</guid>
		<description>Excellent! I really couldn&#039;t think of this by myself :P
Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Excellent! I really couldn&#8217;t think of this by myself <img src='http://enestrom.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-18</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-18</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://enestrom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://enestrom.com/20080811/passing-on-optional-arguments-in-actionscript-3/#comment-17</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Fri, 16 Jan 2009 03:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enestrom.com/?p=25#comment-17</guid>
		<description>Awesome, thanks for the example!</description>
		<content:encoded><![CDATA[<p>Awesome, thanks for the example!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

