<?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: Flex AMFPHP and VO&#8217;s (RemoteObjectAMF0 update)</title>
	<atom:link href="http://renaun.com/blog/2006/07/25/70/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/07/25/70/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Tue, 06 Jan 2009 19:55:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fx-PHP &#171; Flex Generation Weblog</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-461942</link>
		<dc:creator>Fx-PHP &#171; Flex Generation Weblog</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-461942</guid>
		<description>[...] Renaun Erickson :: Flex AMFPHP and VO’s (RemoteObjectAMF0 update) [...]</description>
		<content:encoded><![CDATA[<p>[...] Renaun Erickson :: Flex AMFPHP and VO’s (RemoteObjectAMF0 update) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex with PHP &#171; It&#8217;s all about RIA</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-461903</link>
		<dc:creator>Flex with PHP &#171; It&#8217;s all about RIA</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-461903</guid>
		<description>[...] Renaun Erickson :: Flex AMFPHP and VO’s (RemoteObjectAMF0 update) [...]</description>
		<content:encoded><![CDATA[<p>[...] Renaun Erickson :: Flex AMFPHP and VO’s (RemoteObjectAMF0 update) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-395568</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-395568</guid>
		<description>Change the setCredential method code to the following in RemoteObjectAMF0.as

override public function setCredentials( username:String, password:String, charset:String = null ):void
	{
		gateway_conn.setCredentials( username, password, charset );			
	}</description>
		<content:encoded><![CDATA[<p>Change the setCredential method code to the following in RemoteObjectAMF0.as</p>
<p>override public function setCredentials( username:String, password:String, charset:String = null ):void<br />
	{<br />
		gateway_conn.setCredentials( username, password, charset );<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Van Brunt</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-395487</link>
		<dc:creator>Dan Van Brunt</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-395487</guid>
		<description>Does your RemoteObjectAMF0 work with Flex 3?
I'm getting the error:
"VerifyError: Error #1053: Illegal override of RemoteObjectAMF0 in com.renaun.rpc.RemoteObjectAMF0.

param count mismatch
   virt params=3 optional=1 mx.rpc::AbstractService/setCredentials()
   over params=2 optional=0 mx.rpc::AbstractService/setCredentials()
"

When I look in the language ref for flex 2 and flex 3 I noticed that the AbstractService class has a different number of parameters for 2 vs 3.

What are my options here?</description>
		<content:encoded><![CDATA[<p>Does your RemoteObjectAMF0 work with Flex 3?<br />
I&#8217;m getting the error:<br />
&#8220;VerifyError: Error #1053: Illegal override of RemoteObjectAMF0 in com.renaun.rpc.RemoteObjectAMF0.</p>
<p>param count mismatch<br />
   virt params=3 optional=1 mx.rpc::AbstractService/setCredentials()<br />
   over params=2 optional=0 mx.rpc::AbstractService/setCredentials()<br />
&#8221;</p>
<p>When I look in the language ref for flex 2 and flex 3 I noticed that the AbstractService class has a different number of parameters for 2 vs 3.</p>
<p>What are my options here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-46302</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-46302</guid>
		<description>The "Services.mxml" has "http://localhost/amfphp1_2/gateway.php" defined, you need to replace it with your own gateway location.  Is there something more specific that has an issue?</description>
		<content:encoded><![CDATA[<p>The &#8220;Services.mxml&#8221; has &#8220;http://localhost/amfphp1_2/gateway.php&#8221; defined, you need to replace it with your own gateway location.  Is there something more specific that has an issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-45942</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-45942</guid>
		<description>the sample doesnt work :-(

You are using your API Service in the services.mxml

</description>
		<content:encoded><![CDATA[<p>the sample doesnt work :-(</p>
<p>You are using your API Service in the services.mxml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo Serpa</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-3696</link>
		<dc:creator>Marcelo Serpa</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-3696</guid>
		<description>Awesome work Renaun.

@Simon: I´m also trying to do that... currently I´m still experimenting.  Get to #cakeamfphp when you´ve got the time!

Cheers,

Marcelo.</description>
		<content:encoded><![CDATA[<p>Awesome work Renaun.</p>
<p>@Simon: I´m also trying to do that&#8230; currently I´m still experimenting.  Get to #cakeamfphp when you´ve got the time!</p>
<p>Cheers,</p>
<p>Marcelo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-2794</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-2794</guid>
		<description>&lt;strong&gt;RemoteObjectAMFO  update to latest Cairngorm&lt;/strong&gt;

	The RemoteObjectAMF0 class and sample code have been updated to reflect the latest Cairngorm package.  You can find Cairngorm for Flex2 on the labs.adobe.com site.  I will not be packaging Cairngorm with my RemoteObjectAMF0 samples any more.
	There ar...</description>
		<content:encoded><![CDATA[<p><strong>RemoteObjectAMFO  update to latest Cairngorm</strong></p>
<p>	The RemoteObjectAMF0 class and sample code have been updated to reflect the latest Cairngorm package.  You can find Cairngorm for Flex2 on the labs.adobe.com site.  I will not be packaging Cairngorm with my RemoteObjectAMF0 samples any more.<br />
	There ar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-2753</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-2753</guid>
		<description>Simon, do you have some sample code I can play with in CakePHP to help with?

Diamond, Glad to here it help.</description>
		<content:encoded><![CDATA[<p>Simon, do you have some sample code I can play with in CakePHP to help with?</p>
<p>Diamond, Glad to here it help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diamondtearz</title>
		<link>http://renaun.com/blog/2006/07/25/70/comment-page-1/#comment-2752</link>
		<dc:creator>diamondtearz</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=70#comment-2752</guid>
		<description>Thank you for that.  I was able to get some results back from my server with it and extend it to add an image for each book.  That's the first time I clearly understood the nature of the server-side value objects in AMFPHP.</description>
		<content:encoded><![CDATA[<p>Thank you for that.  I was able to get some results back from my server with it and extend it to add an image for each book.  That&#8217;s the first time I clearly understood the nature of the server-side value objects in AMFPHP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
