<?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 on: Passing ActionScript Classes to ColdFusion via Remoting</title>
	<atom:link href="http://jessewarden.com/2006/05/passing-actionscript-classes-to-coldfusion-via-remoting.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2006/05/passing-actionscript-classes-to-coldfusion-via-remoting.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Thu, 28 Aug 2008 14:32:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Andy Rogers</title>
		<link>http://jessewarden.com/2006/05/passing-actionscript-classes-to-coldfusion-via-remoting.html#comment-3474</link>
		<dc:creator>Andy Rogers</dc:creator>
		<pubDate>Tue, 16 May 2006 18:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1007#comment-3474</guid>
		<description>Thanks... this was driving me crazy. Big help. 


</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; this was driving me crazy. Big help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Chia</title>
		<link>http://jessewarden.com/2006/05/passing-actionscript-classes-to-coldfusion-via-remoting.html#comment-3473</link>
		<dc:creator>Ian Chia</dc:creator>
		<pubDate>Tue, 09 May 2006 02:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1007#comment-3473</guid>
		<description>hmmm ... the blog stripped out all my cf tags.

ok -- try this pseudo CF (sans angled brackets)

cfset result = StructNew()
cfset result['propertyOne'] = 'foo'
cfset result['propertyTwo'] = 'bar'
cfreturn result</description>
		<content:encoded><![CDATA[<p>hmmm &#8230; the blog stripped out all my cf tags.</p>
<p>ok &#8212; try this pseudo CF (sans angled brackets)</p>
<p>cfset result = StructNew()<br />
cfset result[&#8217;propertyOne&#8217;] = &#8216;foo&#8217;<br />
cfset result[&#8217;propertyTwo&#8217;] = &#8216;bar&#8217;<br />
cfreturn result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Chia</title>
		<link>http://jessewarden.com/2006/05/passing-actionscript-classes-to-coldfusion-via-remoting.html#comment-3472</link>
		<dc:creator>Ian Chia</dc:creator>
		<pubDate>Tue, 09 May 2006 02:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1007#comment-3472</guid>
		<description>&gt; Typically, the structs I get back from ColdFusion are either objects with propertie
&gt; that have uppercase names, or arrays of structs.

In CFMX 6.1 or higher, you need to specify your properties using bracket syntax and then case will preserved when the AMF is received on the SWF end.

eg.






Cheers,

- Ian</description>
		<content:encoded><![CDATA[<p>> Typically, the structs I get back from ColdFusion are either objects with propertie<br />
> that have uppercase names, or arrays of structs.</p>
<p>In CFMX 6.1 or higher, you need to specify your properties using bracket syntax and then case will preserved when the AMF is received on the SWF end.</p>
<p>eg.</p>
<p>Cheers,</p>
<p>- Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simeon</title>
		<link>http://jessewarden.com/2006/05/passing-actionscript-classes-to-coldfusion-via-remoting.html#comment-3471</link>
		<dc:creator>Simeon</dc:creator>
		<pubDate>Tue, 09 May 2006 02:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1007#comment-3471</guid>
		<description>The trick with flex2 and cf is that your cfc must have cfproperty tags that match the instance vars of your as object (type and order).  This allows the cf amf gateway to translate the properties correctly.  Well that and you still have to register your object.

But you are right, cf 7 with flex 2.0 works like a dream compared to how it works with flex 1.5.</description>
		<content:encoded><![CDATA[<p>The trick with flex2 and cf is that your cfc must have cfproperty tags that match the instance vars of your as object (type and order).  This allows the cf amf gateway to translate the properties correctly.  Well that and you still have to register your object.</p>
<p>But you are right, cf 7 with flex 2.0 works like a dream compared to how it works with flex 1.5.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
