<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.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: Forwarding a dynamic argument &#8220;&#8230;(rest)&#8221; array in Flex</title>
	<link>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex</link>
	<description>My thoughts (facts) on everything</description>
	<pubDate>Fri, 21 Nov 2008 12:40:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Fabio Barreiro</title>
		<link>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex#comment-111</link>
		<dc:creator>Fabio Barreiro</dc:creator>
		<pubDate>Fri, 05 Sep 2008 20:37:59 +0000</pubDate>
		<guid>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex#comment-111</guid>
		<description>Thanks!!! I was stuck and this topic saved my life :-)</description>
		<content:encoded><![CDATA[<p>Thanks!!! I was stuck and this topic saved my life <img src='http://ramblingsof.justinwinkler.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex#comment-107</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 01 Aug 2008 15:38:49 +0000</pubDate>
		<guid>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex#comment-107</guid>
		<description>just an FYI, if you want to do the same trick with a RemoteObject you can do this:
var call : AsyncToken = someRemoteObj.someOpperation.send.apply(this, args);

thanks for the post! Helped me a lot.</description>
		<content:encoded><![CDATA[<p>just an FYI, if you want to do the same trick with a RemoteObject you can do this:<br />
var call : AsyncToken = someRemoteObj.someOpperation.send.apply(this, args);</p>
<p>thanks for the post! Helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dl</title>
		<link>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex#comment-28</link>
		<dc:creator>dl</dc:creator>
		<pubDate>Fri, 18 Jan 2008 06:03:27 +0000</pubDate>
		<guid>http://ramblingsof.justinwinkler.com/forwarding-a-dynamic-argument-rest-array-in-flex#comment-28</guid>
		<description>Thanks! I was trying to figure this out for hours.</description>
		<content:encoded><![CDATA[<p>Thanks! I was trying to figure this out for hours.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
