<?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: RemoteObjectAMFO  update to latest Cairngorm</title> <atom:link href="http://renaun.com/blog/2006/07/remoteobjectamfo-update-to-latest-cairngorm/feed/" rel="self" type="application/rss+xml" /><link>http://renaun.com/blog/2006/07/remoteobjectamfo-update-to-latest-cairngorm/</link> <description>My ideas on the web and mobile application/game technologies</description> <lastBuildDate>Sat, 27 Jun 2015 02:02:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Nate Ross</title><link>http://renaun.com/blog/2006/07/remoteobjectamfo-update-to-latest-cairngorm/#comment-456622</link> <dc:creator>Nate Ross</dc:creator> <pubDate>Wed, 01 Oct 2008 21:44:59 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/07/26/71/#comment-456622</guid> <description><![CDATA[Here is how you map the Date successful using AMFPHP.Send the date over in milliseconds as a Number.  Then you can do the following...private var _birthdate:Date; public function set birthdate(value:*):void { if (value is Number &#124;&#124; value is String) { _birthdate = new Date(); _birthdate.setTime(value); } } public function get birthdate():Date { return _birthdate; }Voila!]]></description> <content:encoded><![CDATA[<p>Here is how you map the Date successful using AMFPHP.</p><p>Send the date over in milliseconds as a Number.  Then you can do the following&#8230;</p><p>private var _birthdate:Date;<br /> public function set birthdate(value:*):void {<br /> if (value is Number || value is String) {<br /> _birthdate = new Date();<br /> _birthdate.setTime(value);<br /> }<br /> }<br /> public function get birthdate():Date {<br /> return _birthdate;<br /> }</p><p>Voila!</p> ]]></content:encoded> </item> <item><title>By: Renaun Erickson &#187; Getting WebORB for PHP Working</title><link>http://renaun.com/blog/2006/07/remoteobjectamfo-update-to-latest-cairngorm/#comment-405588</link> <dc:creator>Renaun Erickson &#187; Getting WebORB for PHP Working</dc:creator> <pubDate>Mon, 16 Jun 2008 17:14:36 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/07/26/71/#comment-405588</guid> <description><![CDATA[[...] example Flex application is from my example code used in the RemoteObjectAMF0 and my SabreAMF example. You can get the my example code [...]]]></description> <content:encoded><![CDATA[<p>[...] example Flex application is from my example code used in the RemoteObjectAMF0 and my SabreAMF example. You can get the my example code [...]</p> ]]></content:encoded> </item> <item><title>By: Dan Van Brunt</title><link>http://renaun.com/blog/2006/07/remoteobjectamfo-update-to-latest-cairngorm/#comment-397592</link> <dc:creator>Dan Van Brunt</dc:creator> <pubDate>Sat, 31 May 2008 06:14:11 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/07/26/71/#comment-397592</guid> <description><![CDATA[Renaun, Can you please provide an example of what you mean regarding your response on  2006-08-21 at 7.29 am regarding AMF, PHP and Date conversions?I&#039;m currently have this error with Dates as well as passing nested VOs from PHP to Flex using AMFPHP.eg. TeamVO has a property &quot;players&quot; that I&#039;m trying to pass as an array of PlayerVOs.Is this even possible?]]></description> <content:encoded><![CDATA[<p>Renaun,<br /> Can you please provide an example of what you mean regarding your response on  2006-08-21 at 7.29 am regarding AMF, PHP and Date conversions?</p><p>I&#8217;m currently have this error with Dates as well as passing nested VOs from PHP to Flex using AMFPHP.</p><p>eg. TeamVO has a property &#8220;players&#8221; that I&#8217;m trying to pass as an array of PlayerVOs.</p><p>Is this even possible?</p> ]]></content:encoded> </item> <item><title>By: TercÃ¼me bÃ¼rosu</title><link>http://renaun.com/blog/2006/07/remoteobjectamfo-update-to-latest-cairngorm/#comment-199490</link> <dc:creator>TercÃ¼me bÃ¼rosu</dc:creator> <pubDate>Tue, 30 Oct 2007 16:09:48 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/07/26/71/#comment-199490</guid> <description><![CDATA[Yeah, the zipped source version is for PHP 5 and to get it to work in PHP 4 you need to change the public to var in the BookVO.php...]]></description> <content:encoded><![CDATA[<p>Yeah, the zipped source version is for PHP 5 and to get it to work in PHP 4 you need to change the public to var in the BookVO.php&#8230;</p> ]]></content:encoded> </item> <item><title>By: Renaun Erickson</title><link>http://renaun.com/blog/2006/07/remoteobjectamfo-update-to-latest-cairngorm/#comment-11375</link> <dc:creator>Renaun Erickson</dc:creator> <pubDate>Wed, 29 Nov 2006 15:24:11 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/07/26/71/#comment-11375</guid> <description><![CDATA[It looks like you have some casting wrong somewhere.  Is there something in your code where you are doing RemoteObject( roAMF0 )?Is RemoteObject class present anywhere in your code? What backend are you using RemoteObjectAMF0 with?]]></description> <content:encoded><![CDATA[<p>It looks like you have some casting wrong somewhere.  Is there something in your code where you are doing RemoteObject( roAMF0 )?</p><p>Is RemoteObject class present anywhere in your code?<br /> What backend are you using RemoteObjectAMF0 with?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 364/392 objects using disk: basic

 Served from: renaun.com @ 2026-06-11 02:05:18 by W3 Total Cache -->