flash

Events happening in the community are now at Drupal community events on 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
PainKIller's picture

Please help me with Services

Hello everybody! I am flash-developer and total newbi to Drupal. I have book "Flash with Drupal" by Travis Tidwell and I want to learn to develop flash apps with Drupal as back-end. So I installed Drupal 6.26 then several modules. So I have installed Chaos CTools 6.x-1.9, flashNode (6.x-3.1), Services (6.x-3.1), AMFPHP (6.x-1.0-beta2) and Views (6.x-2.16). I did all like was in the book, and everything was OK, no Error messages etc, but after installing Services, I’ve found in this module no services (in the book there was File service, menu service, node service etc).

Read more
k8's picture

Audio captcha ALMOST usable by those who need it

I am sighted and until recently I would never use Mollom or captcha since I personally could not understand the audio. Recently I decided to implement captcha on our Drupal registration form and asked our staff to test and received the feedback below. I personally think that an instruction to just enter the first letter of each word could be added - (I was confused).

Read more
rolf vreijdenberger's picture

amfserver, a new module that integrates actionscript clients (flash, flex, air) with D7 services

Hi all,

we're in the process of releasing the amfserver, a new Drupal 7 services module that integrates with actionscript based clients.
This means it's usable for flex, flash and air applications.
It's amf handling capabilities rely on the zend amf engine from the zend framework.

At the moment of writing it is complete, tested and features all you can wish for:

Read more
LuckyBamboo's picture

Services module uses session ID instead of node ID when node.get is called by Flash

Hi
I'm trying to use the services module to connect Flash to Drupal. I followed some examples I found online as well as the example included in the book "Flash with Drupal".

I can connect to Drupal via Flash and get my Session ID but for the life of me I can't get the node.get call to work. I keep getting the error message: "Could not find the node".

Here is how I call node.get to try and get node 1 (which of course does exist!)

var nodeResponse:Responder = new Responder ( onNodeLoad, onError)
// call Drupal to get node
drupal.call("node.get", nodeResponse, sessionID, 1);

Read more
BOGUƎ's picture

ZendAMF's new playground

ZendAMF, a new server component to the Services module opening the Drupal doors to the Flash world, is moving into its new sandbox.

Read more
vizint's picture

Flash Front End for Quiz Module

I'm updating a Flash based front end so that it will work with the Quiz module (6.x - 4.0) that works with the Quiz, Services, AMFPHP, and custom modules.

I'm struggling with some of the queries within my custom module that pull the questions and answers from the Quiz tables. I'm trying to make sure I've got the latest VID for each Question and Answer.

Here is the query:

SELECT quiz_node_relationship.parent_nid,
quiz_multichoice_answers.answer,
quiz_multichoice_answers.question_nid,
MAX(quiz_multichoice_answers.question_vid) AS MAX_question_vid,

Read more
BOGUƎ's picture

ZendAMF 0.4 released

This is the second release related to a Services module ZendAMF server extension (Drupal 7, Services v3.0). First time around was pretty much a proof of concept; bunch of changes were made that will hopefully make it a more serious proposal.

Read more
itarato's picture

Services key authentication with Flash - how to store keys?

Hi,

I would like to hear about your opinion. I'm using Services 6.2, XML-RPC and key authentication. I'm calling it from an embedded Flash object. The communication works perfectly. My problem is with the api key and where to store it.
I need the api key in the Flash object when sending the XML-RPC request. I shouldn't hardcode the key in Actionscript, it should stay customizable. I think it's also not a good practice (moreover is a security hole) to provide the key as a flashvar.

Read more
rolf vreijdenberger's picture

download of presentation and code from a session on integrating flash and drupal at the adobe usergroup xl event

Hi guys,

yesterday I spoke on the dutch adobe usergroup XL event, an annual event in the netherlands for the adobe platform, on using drupal as a content management system for your flash, flex and air applications with the help of our opensource package. I've made all the presentation files available online.

Read more
Subscribe with RSS Syndicate content