I’m working on a flash project that I used AMFPHP with before, but it was an older version. I thought this might be a good time to try out AMFPHP 1.9 Beta. So I thought I would add the resources and tutorials that I find here. Its been pretty simple to setup so far following the docs. I used AMFPHP 1.2 before and one thing I’m glad that is gone is the Method Table. Essentially you had to list the functions that were available for the service, which was annoying because if you made a change to the function params, you’d have to update the Method Table.
Here’s the list of related AMFPHP sites, if you have any other good links please share and I can update the list.
AMFPHP docs
AMFPHP 1.9 beta2 from SourceForge
Video Tutorial - Intro to AMFPHP 1 (gotoandlearn.com) - Set up and simple email service
Video Tutorial - Intro to AMFPHP 2 (gotoandlearn.com) - use mysql to return data
AMFPHP Security Basics based on this blog post by Wade Arnold
Integration with Drupal
Internal: Combining Drupal, AMFPHP, SWFAddress and Flash
Retrieving Drupal nodes with Flex 2
Groups.Drupal Adobe Technologies
UPDATE:
AS3 AMFPHP Tutorial List by Carlos Pinho - Great list, wish I found it earlier.
AS3 AMFPHP Class and Wrapper by Kyle Brekke - Easy to use class for AMFPHP