actionscript 3

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
dorrisb's picture

How to update node field from Actionscript3 using Services and AmfServer

Hi Folks!

I've set up the services 3 module and all the amfserver/zend dependencies, and can retrieve node information from D7 back into actionscript. However, I am soooo stuck on trying to update node fields back into Drupal. I've run and understand the tests provided by Rolf Vreijdenberger in his Drupal7AmfServer.as file. However, I see no example for doing the node update.

The handlers have been set:
proxy.setHandler("node", "retrieve", onResult, onStatus);
proxy.setHandler("node", "update", onResult, onStatus);

Read more
mrconnerton's picture

Flex: Save binary bytearray data from actionscript 3 to drupal with amfphp

I have been looking for a way to upload a file in flex and save the bytearray directly to drupal via amf. This was written on Drupal 5 however it can easily be added to Drupal 6. Just note there is already a file_services module in D6 and not d5. Here's what I have come up with that works great:

Read more
elliotttt's picture

Save Flash Image Data to Drupal Video Tutorial

Hey everyone, I just made a video tutorial with code examples available at http://blip.tv/file/1399795 on how to get flash image data into Drupal.

Part two will demonstrate how to save a node with the image data associated with it. Feedback is of course welcomed as there may be some things people may have better ideas about how to approach.

Read more
elliotttt's picture

Creating Images in Flash>Saving to Server>Creating Nodes

Hey everyone, I thought I'd post about a project I'm working on. My goal was to have a user create images in Flash, and ultimately have Drupal save the image on the webserver along with node data for retrieval later.

It works!

I'm new to using Services and AMFPHP, and to some extent Actionscript 3, but with the screencasts Rob Loach provided (HUGE thanks!!) I was able to start wrapping my head around this stuff. Even though the tutorials are done in Flex, with some fiddling I got it to work in Flash CS3.

Read more
Subscribe with RSS Syndicate content