All about RIA development using Flash, Flex, Flash Media Server (Flashcom) with various middleware and backends.
7 Aug
We are using staging server inside our organization (CentOS) to test the applications that we work on. We heavily use AMFPHP based PHP services to do communication between business logic and client front end in flash.
Team requested to have native JSON support for PHP and I found a very simple way to do it as following:
Done! Here is the all keyboard actions together, after you logged in:
yum update “*php*”
pecl install json
cd /etc/php.d/
echo “extension=json.so” >> json.ini
service httpd restart
26 Mar
Patrick Mineault, Who supercharged the AMFPHP project and give re-birth to this open source project, announced an UnOfficial version of AMFPHP on his Blog.
Here are the new features list for AMFPHP:
So, Rush and Contribute any bugs you find … Also see if it breaks your current applications … and if so then please keep him updated!
Few Links of your use:
Download: AMFPHP 1.0 beta (UnOfficial) Last updated on 26th of March
13 May
Nice tutorial by Sephiroth regarding AMFPHP, Serializer Class, Datagrid data binding and sending objects to flash from PHP via remoting.