Our friend, Mihai Corlan, will host an e-seminar about PHP and Flash Platform, but let me quote him:
“On December 2nd, together with Roy Ganor from Zend Company, I will host an e-seminar about PHP and Flash Platform. We will show you how you can create a Rich Internet Application using the Flex framework, Illustrator, Flash Catalyst, [...]
What is AMF and a bit of history
Action Message Format (AMF) is a compact binary format that is used to serialize ActionScript object graphs. Once serialized an AMF encoded object graph may be used to persist and retrieve the public state of an application across sessions or allow two endpoints to communicate through the exchange [...]
Mihai Corlan, Platform Evangelist at Adobe, finalized a “book like” article for PHP developers. I mentioned the “book like” words because the article is long, very long.
The purpose of Mihai’s article is…
I want to share with you some of the things that are specific to Flex in relation to PHP. At the same time [...]
Yesterday I had to do a small flex application that resided on a server with php. Since I required a connection to mysql I wanted to use the same class I did before to connect to web-services. But PHP does not support web-services (and WSDL) by default.
So after I did some search on the net [...]
Last days I found a very interesting and easy learning article about how Flex application can interact with PHP on the server-side. The article shows how this two technologies can work together. On the server-side Zend Framework, a MVC platform, which I used a lot is used to structure the application and to be able [...]