amfphp flex

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.*;

2 comments · Read more

Pulling Data not in nodes

Enter the genuine Drupal and Services noob.

I have been looking at the integration between flex and Drupal, using services and AMFPHP to pull nodes. However, I haven't seen anything about using AMFPHP to get data that is not part of a node, for example, data specific to a table created by a module.

So: Is it possible to use Services to get data that does not lie in a node? If so, how? I can easily write a method for getting the data I want, the problem is how to use Services to use AMFPHP to send the data to a flex application.

Thanks!

6 comments · Read more
Syndicate content