Download List

Descripción del Proyecto

PHPObject is an open source alternative to Flash Remoting for PHP developers. With PHPObject, users can call a method of a PHP class/library on a Web server as if the class/library was defined in Flash itself. It takes care of client-server connections and makes passing of variables (properties) between Flash MX and PHP easy, and thereby providing a convenient way to connect rich media clients with data and business logic residing on a server. The library, together with a WebServicesConnectivityAddOn, also allows developers to easily consume Web services from within Flash MX.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-03 09:57
1.52

La posibilidad de declarar una "classMethods" matriz en una clase de PHP ha sido añadido. Al declararse, se determina qué métodos están expuestos a Flash. Un error de código obsoleto (cuando se publica en Flash Player 8) fue corregido.
Tags: Minor feature enhancements
The ability to declare a "classMethods" array in a
PHP class was added. When declared, this will
determine which methods are exposed to Flash. A
deprecated code bug (when published to Flash
Player 8) was fixed.

2005-01-18 18:11
1.51a

Un error en Gateway.php que causó parámetros que se pasan en orden inverso fue corregido.
Tags: Minor bugfixes
A bug in Gateway.php which caused parameters to be
passed in reverse order was fixed.

2005-01-13 14:22
1.51

Las cuestiones de seguridad en Gateway.php fueron corregidos. Un error que impidió "%" y "+" caracteres de ser transmitida fue corregido. Los usuarios se recomienda encarecidamente actualizar a esta versión de inmediato.
Tags: Major security fixes
Security issues in Gateway.php were fixed. A bug that prevented "%" and "+" characters from being transmitted was fixed. Users are strongly recommend to update to this version immediately.

2004-12-15 18:37
1.50a

PHP4 errores específicos en Gateway.php se fija, incluida la cuestión en la que con métodos mixtos de alta los nombres de caso no se pudo ejecutar antes de que el objeto en Flash se ha inicializado utilizando PHP4. Tenga en cuenta que sólo el archivo Gateway.php ha cambiado. Los usuarios con 1,50 instalados actualmente sólo puede descargar el archivo Gateway.php actualizado.
Tags: Minor bugfixes
PHP4-specific bugs in Gateway.php were fixed,
including the issue in which methods with
mixed/upper-case names could not execute before
the object in Flash was initialized when using
PHP4. Note that only the Gateway.php file has
changed. Users with 1.50 currently installed can
download just the updated Gateway.php file.

2004-12-12 10:13
1.50

Esta versión incluye el soporte para Flash MX 2004/AS2 (aplicación oficial), fija los problemas de compatibilidad con PHP5, y mejora la aplicación de onError.
Tags: Major feature enhancements
This release adds support for Flash MX 2004/AS2 (official
implementation), fixes compatibility issues with PHP5, and
improves the implementation of onError.

Project Resources