<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joshua Ostrom - riafan &#187; AMFPHP</title>
	<atom:link href="http://www.joshuaostrom.com/category/amfphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:21:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AMFPHP Class Mapping Primer [1.9 beta]</title>
		<link>http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/</link>
		<comments>http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 04:27:12 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/</guid>
		<description><![CDATA[Thought I&#8217;d post a simple AMFPHP class mapping primer. I ran into a wall after re-arranging my VO / DAO package structure on the server, learned a few things in the process and thought I&#8217;d post . I&#8217;m assuming your using AMFPHP 1.9 beta. Class mapping allows your php backend and actionscript frontend to pass [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/07/01/amfphp-class-mapping-primer-19-beta/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AMFPHP Complex Classes &#8211; Yeah I knew that</title>
		<link>http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/</link>
		<comments>http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:09:32 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/</guid>
		<description><![CDATA[Just blew half an hour tracking down something I *knew* I&#8217;d done before. Thought I&#8217;d post here for future &#8216;lapses.&#8217; To return a typed object from PHP to the flashplayer the process is simple, declare a variable called $_expicitType in your PHP class e.g. class SummaryVO { var $_explicitType = "com.dl.SummaryVO"; $standards = array(); $levels [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/06/19/amfphp-complex-classes-yeah-i-knew-that/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Securing AMFPHP 1.9 via Authentication</title>
		<link>http://www.joshuaostrom.com/2008/06/03/securing-amfphp-19-via-authentication/</link>
		<comments>http://www.joshuaostrom.com/2008/06/03/securing-amfphp-19-via-authentication/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 14:56:52 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[AMFPHP]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/06/03/securing-amfphp-19-via-authentication/</guid>
		<description><![CDATA[With the loss of the methodTable in AMFPHP 1.9, comes a loss of the easily defined &#8216;roles.&#8217; Background Roles, for those of you who aren&#8217;t familiar, allow you to &#8216;protect&#8217; who can invoke your AMFPHP services. For example, you probably wouldn&#8217;t want the following function accessible to everyone public function SetEmployeeSalary($amount) Users are &#8216;authenticated&#8217; in [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/06/03/securing-amfphp-19-via-authentication/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>403 Forbidden Error with Adobe AIR app.</title>
		<link>http://www.joshuaostrom.com/2008/02/13/403-forbidden-error-with-adobe-air-app/</link>
		<comments>http://www.joshuaostrom.com/2008/02/13/403-forbidden-error-with-adobe-air-app/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 22:12:57 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AMFPHP]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/?p=16</guid>
		<description><![CDATA[Here&#8217;s another issue I recently ran across. I was porting an existing (working) Flex 3 project to AIR. Under AIR my RPC calls (via AMFPHP) stopped working, and would return a 403 Permission denied error. Using ethereal verified the 403 error. The were minor differences in the headers sent when executing the NetConnection.call() from Flex [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/02/13/403-forbidden-error-with-adobe-air-app/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Client.Data.UnderFlow</title>
		<link>http://www.joshuaostrom.com/2008/02/13/clientdataunderflow-with-amfphp/</link>
		<comments>http://www.joshuaostrom.com/2008/02/13/clientdataunderflow-with-amfphp/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 22:04:07 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/?p=15</guid>
		<description><![CDATA[I ran across the following error today, Client.Data.UnderFlow undefined? I&#8217;m using AMFPHP to enable my RPC calls. As it turns out, I the variable I was returning was of a different type than I had declared in my methodTable.]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/02/13/clientdataunderflow-with-amfphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
