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.
| Tags | Software Development Libraries php classes Internet |
|---|---|
| Licenses | LGPL |
| Implementation | PHP |
Recent releases


Changes: 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.


Changes: A bug in Gateway.php which caused parameters to be passed in reverse order was fixed.


Changes: 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.


Changes: 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.


Changes: This release adds support for Flash MX 2004/AS2 (official implementation), fixes compatibility issues with PHP5, and improves the implementation of onError.
A program that creates a PDF file by composing pages from other PDF files.