O'Reilly's ONLamp.com website has posted a new tutorial that merges PHP with another powerful web technology - Flex.
With all the hype (and money) surrounding buzzword terms like Web 2.0 and Rich Internet Applications (RIA), it's easy to wonder, "How can I integrate that into my PHP application?" Certainly, Asynchronous JavaScript and XML (Ajax) technologies that use JavaScript code are a good option. But you should also have a look at the Adobe Flex framework. With Flex, you can quickly build functional, attractive user interfaces in Adobe Flash that communicate to your PHP web application through XML.
They go through the usual of showing what Flex is and how it flows in a web application. From there, they move into the tutorial portion - installing the Flex Builder software, creating a new project, testing using Flex Builder and the construction of a sample application (store/access a list of subscribers).