<?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: Is it possible to pass a structure to ColdFusion using Flash AS3 / Remoting</title>
	<atom:link href="http://www.rabidgadfly.com/index.php/2008/05/20/is-it-possible-to-pass-a-structure-to-coldfusion-using-flash-as3-remoting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rabidgadfly.com/index.php/2008/05/20/is-it-possible-to-pass-a-structure-to-coldfusion-using-flash-as3-remoting/</link>
	<description>Glenn Gervais&#039;s methods, tips, and musings on Flash, ColdFusion, XML, and other web technology.</description>
	<lastBuildDate>Wed, 01 Sep 2010 12:20:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Passing an Array or Object using Flash AS3 Remoting? Don&#8217;t Forget the Object Encoding! &#124; rabidGadfly</title>
		<link>http://www.rabidgadfly.com/index.php/2008/05/20/is-it-possible-to-pass-a-structure-to-coldfusion-using-flash-as3-remoting/comment-page-1/#comment-77174</link>
		<dc:creator>Passing an Array or Object using Flash AS3 Remoting? Don&#8217;t Forget the Object Encoding! &#124; rabidGadfly</dc:creator>
		<pubDate>Tue, 20 May 2008 20:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=64#comment-77174</guid>
		<description>[...] today I posted about an issue I was having when attempting to pass a structure to a ColdFusion web service using AS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] today I posted about an issue I was having when attempting to pass a structure to a ColdFusion web service using AS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Tai</title>
		<link>http://www.rabidgadfly.com/index.php/2008/05/20/is-it-possible-to-pass-a-structure-to-coldfusion-using-flash-as3-remoting/comment-page-1/#comment-77171</link>
		<dc:creator>Patrick Tai</dc:creator>
		<pubDate>Tue, 20 May 2008 19:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=64#comment-77171</guid>
		<description>I was about to suggest you to put this line. 
NetConnection.defaultObjectEncoding = 0;
You won&#039;t need to set this value for any new instantiation of a NetConnection after you have put this in place.</description>
		<content:encoded><![CDATA[<p>I was about to suggest you to put this line.<br />
NetConnection.defaultObjectEncoding = 0;<br />
You won&#8217;t need to set this value for any new instantiation of a NetConnection after you have put this in place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rabidGadfly</title>
		<link>http://www.rabidgadfly.com/index.php/2008/05/20/is-it-possible-to-pass-a-structure-to-coldfusion-using-flash-as3-remoting/comment-page-1/#comment-77169</link>
		<dc:creator>rabidGadfly</dc:creator>
		<pubDate>Tue, 20 May 2008 19:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=64#comment-77169</guid>
		<description>Thanks for all the replies. The solution ended up being very simple, though the time put into finding it was maddening. Simply add myService.objectEncoding=0 before the myService.connect line at the top of the AS code. It controls the way objects are serialized using AMF. 

rG</description>
		<content:encoded><![CDATA[<p>Thanks for all the replies. The solution ended up being very simple, though the time put into finding it was maddening. Simply add myService.objectEncoding=0 before the myService.connect line at the top of the AS code. It controls the way objects are serialized using AMF. </p>
<p>rG</p>
]]></content:encoded>
	</item>
</channel>
</rss>
