pushing info from the server to a client
Hey there, I've been developing a flash app which would allow ppl to make a certain type of node with a fancy graphical interface.
this is step 1 one the project and it went fairly easily, but next steps in the project involve multiple people working on a single piece of content at the same time from within this flash app, with some sort of chat interface so they can communicate with each other.
Read moreDoes anyone knows if someone has developed an actionscript framework for interacting with drupal amf services?
I tried the drupalsite Class of thirdavedesign.com people and I liked it pretty much, in fact is a very effective script, but I founded there were too many responsabilities in just one Class, there are no strict Data Typing in objects involved in the communication procces what makes difficult to customize our own needs.
I wonder if anyone knows someone has developed other framework yet.
Better Views2 Support for Services D6
Hey everyone - I've just posted the results of some weekend tinkering with the Views2 API as an issue to the Services issue queue: http://drupal.org/node/329048.
It adds a new Views2 service and a set of Views2 handlers that let you create new displays for all your views suitable for output to Services as either raw DB values, styled fields, or full nodes.
Read moreSave 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 morejava and services
Any one can provide some examples or tips of using Services module in Java program?
Thanks very much!
Web Services vs Services
Web Services and the Services modules are the same aside from one difference: A custom implementation of OAuth....
Read moreServices and CCK ImageField
Futher to this issue: http://drupal.org/node/290053
I have a node import solution that imports from a specific XML format and I am looking at moving this to using the services module (rather than executing within a bootstrapped drupal environment and using drupal_execute). The XML files reference images that are attached to the created nodes using ImageField.
I've been looking through various implementations of services, and I wondered if anyone had good advice as to how to implement support for imagefields as part of node.save?
Read moreDash Media Player: A media player built for Drupal CMS
Hello everyone,
I just recently developed the Dash Media Player which uses Services to extract data from Drupal. It is really a nice fit to build a media player that takes advantage of the Drupal Services. This way, you can build a playlist using the Views module and load any video that is connected to any node in the system.
Please let me know what you guys think.
Read morenode save using as2 and swx
Ello,
I've just posted some swx as2 code http://drupal.org/node/289428#comment-1007620 as i'm having some issues with saving nodes via swx. I thought post a link here too as i'm still kind of green with services in drupal so my issue might not be with the swx module and just my logic in how the node save service works.
Read morehow to pass arguments to views.getview?
Hello,
I've successfuly got flash as3 and Drupal talking, but I need to pass arguments to views.getview so that I can cut down on the amount of data transfered.
I'm using the following to connect, modified from the AMFPHP "hello world" example:
package {
import flash.net.NetConnection;
import flash.net.Responder;
import flash.net.URLRequest;
import flash.events.EventDispatcher;
import flash.events.Event;
public class ConnectToDrupal extends EventDispatcher{
private var gateway:String = "http:// mywebsitename /drupal/services/amfphp";
Read more 


