<?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: Flex2  custom RemoteObjectAMF0 (updated for release)</title>
	<atom:link href="http://renaun.com/blog/2006/06/30/54/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/06/30/54/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Wed, 07 Jan 2009 00:53:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: derstepp</title>
		<link>http://renaun.com/blog/2006/06/30/54/comment-page-1/#comment-4538</link>
		<dc:creator>derstepp</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=54#comment-4538</guid>
		<description>hi.. thanks for your code!!!
In this moment I am doing some research in using flex 2 with openamf, hibernate and spring.</description>
		<content:encoded><![CDATA[<p>hi.. thanks for your code!!!<br />
In this moment I am doing some research in using flex 2 with openamf, hibernate and spring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/06/30/54/comment-page-1/#comment-2723</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=54#comment-2723</guid>
		<description>&lt;strong&gt;Flex AMFPHP and VO&#8217;s (RemoteObjectAMF0 update)&lt;/strong&gt;

	Thanks to the help of some people on the Flex coders list, I have been able to update the RemoteObjectAMF0 class with some examples of how to use AMFPHP and PHP/AS VO&#8217;s.  I got this to work with PHP 5.1.1 and PHP 4.3.11.

...</description>
		<content:encoded><![CDATA[<p><strong>Flex AMFPHP and VO&#8217;s (RemoteObjectAMF0 update)</strong></p>
<p>	Thanks to the help of some people on the Flex coders list, I have been able to update the RemoteObjectAMF0 class with some examples of how to use AMFPHP and PHP/AS VO&#8217;s.  I got this to work with PHP 5.1.1 and PHP 4.3.11.</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lobo</title>
		<link>http://renaun.com/blog/2006/06/30/54/comment-page-1/#comment-2270</link>
		<dc:creator>lobo</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=54#comment-2270</guid>
		<description>AMFPHP 1.2

It seems it's an intermittent problem. One of the parameters are an objetct. Sometimes it works, sometimes it don't. Aparently with the same data, from the same place on the App. Still investigating, tough.</description>
		<content:encoded><![CDATA[<p>AMFPHP 1.2</p>
<p>It seems it&#8217;s an intermittent problem. One of the parameters are an objetct. Sometimes it works, sometimes it don&#8217;t. Aparently with the same data, from the same place on the App. Still investigating, tough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/06/30/54/comment-page-1/#comment-2181</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Wed, 30 Nov 2011 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=54#comment-2181</guid>
		<description>What gateway are you connecting to AMFPHP, ColdFusion, etc...
And what version of the gateway are you using?

The actually remote call you are trying to make, what is the exact call and what type are the parameters?</description>
		<content:encoded><![CDATA[<p>What gateway are you connecting to AMFPHP, ColdFusion, etc&#8230;<br />
And what version of the gateway are you using?</p>
<p>The actually remote call you are trying to make, what is the exact call and what type are the parameters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lobo</title>
		<link>http://renaun.com/blog/2006/06/30/54/comment-page-1/#comment-2171</link>
		<dc:creator>lobo</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=54#comment-2171</guid>
		<description>I'm having the following error:

ArgumentError: Error #2004

On this line:
                gateway_conn.call.apply(gateway_conn,parameters);
on the file: RemoteObjectAMF0.as</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the following error:</p>
<p>ArgumentError: Error #2004</p>
<p>On this line:<br />
                gateway_conn.call.apply(gateway_conn,parameters);<br />
on the file: RemoteObjectAMF0.as</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/06/30/54/comment-page-1/#comment-2151</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=54#comment-2151</guid>
		<description>Here is the note in the Adobe Flex 2 documentation.

Note: This class was dynamic in ActionScript 2.0 but is now sealed. To write callback methods for this class, you can either extend the class and define the callback methods in your subclass, or you can use the client  property to refer to an object and define the callback methods on that object.

I do not have an example of using AppendToGatewayUrl, it seems you have to implement its functionaliy yourself.  If you have an example I can use to test it with I'll take a look.</description>
		<content:encoded><![CDATA[<p>Here is the note in the Adobe Flex 2 documentation.</p>
<p>Note: This class was dynamic in ActionScript 2.0 but is now sealed. To write callback methods for this class, you can either extend the class and define the callback methods in your subclass, or you can use the client  property to refer to an object and define the callback methods on that object.</p>
<p>I do not have an example of using AppendToGatewayUrl, it seems you have to implement its functionaliy yourself.  If you have an example I can use to test it with I&#8217;ll take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Street</title>
		<link>http://renaun.com/blog/2006/06/30/54/comment-page-1/#comment-2148</link>
		<dc:creator>Street</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=54#comment-2148</guid>
		<description>You are extending NetConnection class which is sealed now. Adobe says we should not do it anymore. I have faced the following problem. The callback functions (AppendToGatewayUrl) are not working correctly anymore. The are not fired. Did you notice that? Do you have any ideas how to fix it?</description>
		<content:encoded><![CDATA[<p>You are extending NetConnection class which is sealed now. Adobe says we should not do it anymore. I have faced the following problem. The callback functions (AppendToGatewayUrl) are not working correctly anymore. The are not fired. Did you notice that? Do you have any ideas how to fix it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
