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 moredownload 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 moreabout to release DrupalProxy an as3/drupal proxy, what to do?
Hey all,
I am about to release on our blog our DrupalProxy flash/flex as3 class under the MIT license provided by our company's open source package that enables you to talk with your drupal backend via the amf services via a flash or flex client.
It is the replacement of our highly successful DrupalService implementation (which you can read about here: http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-an...)
Read moreAny sample Flex code for displaying taxonomy terms in tree control?
Hi,
I'm looking to display a multi-level taxonomy tree in a Flex app using the tree control, as a first step for more advanced functionality. Being new to Flex and to services/amfphp, I was wondering if anybody has some sample flex code that uses the taxonomy.getTree service and translates the returned array into something that can be displayed in Flex. I say "translate", because looking at the returned array it doesn't seem to be what Flex would be expecting (though I might be wrong here).
Thanks in advance for any pointers.
Micah
Read moreCKeditor and Thickbox with Flex 3 Tutorial
If anyone is interested I thought I would post about how I am using CKeditor and thickbox as a wysiwyg editor for an adobe flex application.
I have a flex app that has a drupal backend and this lets me pass nice html when saving node data.
I would love some feedback:
http://mrconnerton.com/blog/ckeditor-and-thickbox-with-flex-3-tutorial
Flex Chat
Hello,
I've never posted in this group, but was trying to gauge interest in a Flex Chat application for Drupal that I've been working on. I'm a hobbyist so all my work on this project has been in my free time from my normal job so it's been slow going. I basically have an pre-alpha build of the module right now. It includes a flex chat services module I created to interface between flex and Drupal.
Read moreHow to auto-load first image
I have built a flex app that interfaces with Drupal services and AMFPHP. I was wondering if anyone could tell me how I autoload the first image in my slideshow?
Thanks :)
Here's my flex code:
<?xml version="1.0" encoding="utf-8"?>
<


