Thanks to Thibault Imbert, the amfphp site is now available at amf-php.org. Please googlebomb the new site by making a link (for example, in you blog roll) to the new site with the link title “amfphp” or “amfphp - Flash remoting for PHP” so it will take the top spot on Google in the next […]
Unfortunately I’ve had some serious issues trying to get amfphp.org back up and running. It appears that the domain was registered through RegisterFly.com, which is undergoing some serious legal issues, with threats of being closed down by ICANN, due to a corporate mismanagement scandal. You can read the gist of it here. Unfortunately it appears […]
The current versions of amfphp do not support PHP 5.2.2 because of a minor but annoying change in that build: $HTTPRAWPOST_DATA is not populated. I have fixed it in the 1.2 branch, available on SourceForge, and in the 1.9 branch, available here.
You can also patch it yourself by doing the following. Find either core/amf/app/Gateway.php (1.9) […]
Big trouble on the amfphp front… the domain amfphp.org seems to have expired and has now been replaced by ads. I am not sure who owned the domain in the first place… I’m thinking Justin Watkins but I am not sure how to reach him. It could also be any of the early contributors. So […]
The StereoDemo in PsychToolbox is pretty impressive. I figured it would be more practical for my own experimental setup though to render the stimulus in 3d through OpenGL using two cameras, and pipe the results to the special stereo buffers of PsychToolbox (rather, than, say, do the 3d manipulations on matlab matrices). I couldn’t get […]