Goals include:
- successful implementation of a remoting solution utilizing as3, POG and AMFPHP
- as3 code generation based on POG objects
Help needed
- If you are interested in contributing to this solution, please send me an IM or email and I will be happy to include you on the project: jwopitz(at)gmail(dot)com
Updates
- 2008.03.21 - New POGTestApp.zip with deserialization fix uploaded. Also added source files for client and server. Those users wishing to use SVN still need to make sure that the necessary files for the amfphp and pog that do not reside in the repository are still there, otherwise the project will not work. Resolved issue where Flex objects were not mapping correctly when sent to PHP. Please see the following links for more info:
- 2008.03.20 - currently there are no source files to download since the framework is still in the preliminary stages. There are however testing files to work with in the downloads section. Right now I am trying to successfully get POG objects to translate to and from AS3 objects via remoting. Currently it only translates via the following transaction: POG => AMFPHP => Flex.