Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Flash Remoting the PHP Way
Apr 06, 2004 @ 12:17:06

With more and more of the internet moving towards dynamic technology, be it something like Flash or a backend language like PHP, you can hardly go ten domains without tripping over dynamic content. Any project that can help out users in this department is always a good thing as well - enter PHPObject, an Opensource PHP Flash Remoting project.

PHPObject is an opensource alternative to Flash Remoting for PHP developers. With PHPObject, you can call a method of a PHP class/library on your web server as if the class/library was defined in Flash itself. It takes care of your 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 your server.

Back in the (good old?) days, Flash had to pull information in via a GET string, and it was a pain to pull in the data, parse it, and then be able to use it. The handy thing about this Flash Remoting is that, as said above, it pulls the values in like they were declared inside the movie itself. So, to get more details or to just check out what this project is all about, check out their website for the scoop...

tagged:

Link:


Trending Topics: