I've been struggling with several ActionScript classes that should make life easier to connect Flash and AMFPHP. I've used this one http://www.dpdk.nl/opensource/drupalproxy-as-a-bridge-between-flash-as3-... and http://www.wwbtc.com/content/easy-drupal-amfphp-flash

Looks like the particular order of arguments they send is not how Services module like them to be. For instance, my custom service function expects $nid, but the first argument from this AS-to-AMFPHP proxies are sessionid. Ok, I've changed the order of arguments, my module works, but other services like node.get don't want to.

Where's the problem? It's must be either AS proxy or AMFPHP that can't transform arguments in a way Drupal Services expect them. I've tried that on Services 2.2 and 2.4 with same result. Very frustrated. I don't think the problem is with AS proxies either as they are following Drupal Services convention.

Comments

skolesnyk’s picture

Looks like everything is in order. My problem was with correct setup of Services key authentication and making sure that AS3 object 'Drupal Application' has argument domain same as domain for the key I created in Services keys!

avpaderno’s picture

Category: Bug report » Support request
Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, since it has been opened for a version that does not use a supported Drupal release. Furthermore, this project does not have versions for a supported Drupal release.