<?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: Serializing Flash Objects over HTTP &#8211; Part 2</title>
	<atom:link href="http://www.roboncode.com/articles/187/feed" rel="self" type="application/rss+xml" />
	<link>http://www.roboncode.com/articles/187</link>
	<description>A blog on today's popular programming languages.</description>
	<lastBuildDate>Mon, 22 Jun 2009 13:17:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rob</title>
		<link>http://www.roboncode.com/articles/187/comment-page-1#comment-127</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 22 Jun 2009 13:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.roboncode.com/?p=187#comment-127</guid>
		<description>AMF data, whether delivered through a NetConnection or through a REST implementation, like I presented here are still exactly the same. They are both use the same HTTP Protocol. The speed and security is not any different between the two. This show a difference in how to deliver the same AMF content between client and server.</description>
		<content:encoded><![CDATA[<p>AMF data, whether delivered through a NetConnection or through a REST implementation, like I presented here are still exactly the same. They are both use the same HTTP Protocol. The speed and security is not any different between the two. This show a difference in how to deliver the same AMF content between client and server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Nyström</title>
		<link>http://www.roboncode.com/articles/187/comment-page-1#comment-126</link>
		<dc:creator>Jonas Nyström</dc:creator>
		<pubDate>Sun, 21 Jun 2009 18:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.roboncode.com/?p=187#comment-126</guid>
		<description>Very interesting!

Are there any downsides? Speed? Security?</description>
		<content:encoded><![CDATA[<p>Very interesting!</p>
<p>Are there any downsides? Speed? Security?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.roboncode.com/articles/187/comment-page-1#comment-124</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 09 Jun 2009 20:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.roboncode.com/?p=187#comment-124</guid>
		<description>You will see an example of this in Example 2.3

&lt;code&gt;// Create an instance of Amf Server
$server = new Zend_Amf_Server();
// Map PHP Class to Flash Class
$server-&gt;setClassMap(&#039;Contact&#039;, &#039;Contact&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You will see an example of this in Example 2.3</p>
<p><code>// Create an instance of Amf Server<br />
$server = new Zend_Amf_Server();<br />
// Map PHP Class to Flash Class<br />
$server->setClassMap('Contact', 'Contact');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgarg</title>
		<link>http://www.roboncode.com/articles/187/comment-page-1#comment-123</link>
		<dc:creator>dgarg</dc:creator>
		<pubDate>Tue, 09 Jun 2009 20:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.roboncode.com/?p=187#comment-123</guid>
		<description>Great article!
How would you handle object relational mapping when you are relaying custom objects from PHP via AMF to Flash?</description>
		<content:encoded><![CDATA[<p>Great article!<br />
How would you handle object relational mapping when you are relaying custom objects from PHP via AMF to Flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petar Petrov</title>
		<link>http://www.roboncode.com/articles/187/comment-page-1#comment-73</link>
		<dc:creator>Petar Petrov</dc:creator>
		<pubDate>Fri, 13 Mar 2009 09:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.roboncode.com/?p=187#comment-73</guid>
		<description>Hey Rob, thanx for helping me again, i really owe you for digging me out with this!

Best in all
P</description>
		<content:encoded><![CDATA[<p>Hey Rob, thanx for helping me again, i really owe you for digging me out with this!</p>
<p>Best in all<br />
P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myrddin</title>
		<link>http://www.roboncode.com/articles/187/comment-page-1#comment-69</link>
		<dc:creator>myrddin</dc:creator>
		<pubDate>Thu, 12 Mar 2009 14:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.roboncode.com/?p=187#comment-69</guid>
		<description>Great post. I bookmark !
Thank you, very usefull to use.</description>
		<content:encoded><![CDATA[<p>Great post. I bookmark !<br />
Thank you, very usefull to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

