Flex

Events happening in the community are now at Drupal community events on www.drupal.org.
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
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
rolf vreijdenberger's picture

about 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 more
waldmanm's picture

Any 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 more
mrconnerton's picture

CKeditor 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

Read more
portablecow's picture

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 more
scarer's picture

How 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"?>

<![CDATA[
import mx.controls.*;
import mx.rpc.events.*;
import mx.rpc.remoting.*;

Read more
Chris Charlton's picture

Free Adobe® Flex™ Builder 3 for unemployed developers

Adobe Flex Builder 3 software is currently available for free, while supplies last, for software developers who are affected by the current economic condition and are currently unemployed.

Program eligibility:

To receive the product under this program, you must attest to the fact that you are currently unemployed and acknowledge that the software will be used only for your personal use not for any production or commercial purposes.

I attest that the following statements are true:
1) I am not employed and not otherwise paid to develop software applications or web pages

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
jacopo3001's picture

Flex: Image snapshot and File save service

i broke my head on this for few days (and broke anyone on this group's b##ls i guess..)
i got to a solution now and want to share:

i am on drupal 6.10, Services, amfphp.
I have a content type called PHOTOS with 1 image_field.
I need to save the image to server, store it into drupal, then finally create/edit the node to link the image file to it.

My starting point is very similar with keystr0k's @ http://groups.drupal.org/node/20549, with the difference that he's using DrupalSite.as class.
I tried keystr0k's method and it didnt work for me, and it was too complex to debug.

Read more
Subscribe with RSS Syndicate content