<?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: Adobe Flex &#8211; Introduction to XML-RPC</title>
	<atom:link href="http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/</link>
	<description>Programming with Flash, Flex and PHP</description>
	<lastBuildDate>Mon, 12 Jul 2010 02:03:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Computer Security Articles</title>
		<link>http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/comment-page-1/#comment-3246</link>
		<dc:creator>Computer Security Articles</dc:creator>
		<pubDate>Sun, 20 Jun 2010 07:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/#comment-3246</guid>
		<description>Hi Webmaster, commenters and everybody else !!! The blog was absolutely fantastic! Lots of great information and inspiration, both of which we all need!Keep &#039;em coming... you all do such a great job at such Concepts... can&#039;t tell you how much I, for one appreciate all you do! Visit my site: &lt;a href=&quot;http://www.computersecurityarticles.info&quot; rel=&quot;nofollow&quot;&gt;Computer Security Articles&lt;/A&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Webmaster, commenters and everybody else !!! The blog was absolutely fantastic! Lots of great information and inspiration, both of which we all need!Keep &#8216;em coming&#8230; you all do such a great job at such Concepts&#8230; can&#8217;t tell you how much I, for one appreciate all you do! Visit my site: <a href="http://www.computersecurityarticles.info" rel="nofollow">Computer Security Articles</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirtyFlasher</title>
		<link>http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/comment-page-1/#comment-1971</link>
		<dc:creator>dirtyFlasher</dc:creator>
		<pubDate>Wed, 17 Mar 2010 18:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/#comment-1971</guid>
		<description>Seems like there&#039;s a security flaw there? If you&#039;re sending your username and password over http then it&#039;s very easy to intercept. Any way round this?</description>
		<content:encoded><![CDATA[<p>Seems like there&#8217;s a security flaw there? If you&#8217;re sending your username and password over http then it&#8217;s very easy to intercept. Any way round this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonnie</title>
		<link>http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/comment-page-1/#comment-1846</link>
		<dc:creator>Jonnie</dc:creator>
		<pubDate>Tue, 23 Feb 2010 23:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/#comment-1846</guid>
		<description>What did you compile. Show me your code, are you getting compile errors? What doesn&#039;t work?</description>
		<content:encoded><![CDATA[<p>What did you compile. Show me your code, are you getting compile errors? What doesn&#8217;t work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cholid</title>
		<link>http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/comment-page-1/#comment-1840</link>
		<dc:creator>cholid</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/#comment-1840</guid>
		<description>HI Jonnie, i&#039;ve compile your tutorial
but it doesnt work normaly
why?
thanks regards</description>
		<content:encoded><![CDATA[<p>HI Jonnie, i&#8217;ve compile your tutorial<br />
but it doesnt work normaly<br />
why?<br />
thanks regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/comment-page-1/#comment-1335</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/#comment-1335</guid>
		<description>Hi,

I have a problem with &quot;XMLRPCObject&quot; object. In fact, my two callbacks (result and fault) are called 2 times at each call of XMLRPC method ... 

var rpcxmlObj:XMLRPCObject = new XMLRPCObject(); 

// destination and endpoint are well set

rpcxmlObj.addEventListener(FaultEvent.FAULT, handleError);			rpcxmlObj.addEventListener(ResultEvent.RESULT, handleOk);
			
rpcxmlObj.call(&quot;CheckIdentification&quot;, profilType, profilPassword);

Thank you very much for your precious help

regards

Anthony</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a problem with &#8220;XMLRPCObject&#8221; object. In fact, my two callbacks (result and fault) are called 2 times at each call of XMLRPC method &#8230; </p>
<p>var rpcxmlObj:XMLRPCObject = new XMLRPCObject(); </p>
<p>// destination and endpoint are well set</p>
<p>rpcxmlObj.addEventListener(FaultEvent.FAULT, handleError);			rpcxmlObj.addEventListener(ResultEvent.RESULT, handleOk);</p>
<p>rpcxmlObj.call(&#8220;CheckIdentification&#8221;, profilType, profilPassword);</p>
<p>Thank you very much for your precious help</p>
<p>regards</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Get Six Pack Fast</title>
		<link>http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/comment-page-1/#comment-179</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/#comment-179</guid>
		<description>If you ever want to hear a reader&#039;s feedback :) , I rate this post for four from five. Detailed info, but I just have to go to that damn yahoo to find the missed pieces. Thank you, anyway!</description>
		<content:encoded><![CDATA[<p>If you ever want to hear a reader&#8217;s feedback <img src='http://jonniespratley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , I rate this post for four from five. Detailed info, but I just have to go to that damn yahoo to find the missed pieces. Thank you, anyway!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
