After the release of Drupal 7 last januari there has been a lot of work done on integrating Drupal 7 with flash, flex and air.
We released the amfserver module about a month ago which is a drupal 7 module which allows you to integrate all your actionscript clients via the amf protocol to drupal.
The DrupalProxy classes from our opensource actionscript 3 library have also been upgraded and they now work with both Drupal 6 (amfphp module) and Drupal 7 (amfserver module) even though the underlying implementation has changed.
For you as a programmer, nothing will change and you can use the DrupalProxy as you would have done in D6.
We’ve added some pretty exciting features, like the zend framework as the underlying amf engine. Classmapping is implemented and configurable. It also works for standalone flash clients; you can login and keep your session via low level amfheaders if cookies are not enabled.
It makes use of the services 3.0 module and has much more configuration options than previous amf based integrations.
There’s a lot of information on the amfserver page on drupal.org, so check it out! There is info on how to use it, how to install it and demo code is included in the module itself.
Another step forward for integrating our favorite content management system with actionscript based clients.
cheers!