AMFPHP 1.9 Beta
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
Tags: actionscript, amfphp, as3, drupal, Flash
Hey Edwin,
Glad my posts could be of help. Have you made any progress or done and big projects with it so far? I’m always interested in input on my classes so let me know how you liked it.
Also, for those who are reading this, my class/wrapper is an easy out-of-the-box way to implement amfphp on the flash side without having to learn all the annoying nuances of netconnection. Check out the link.
All the best,
Kyle