amfphp flex

Events happening in the community are now at Drupal community events on www.drupal.org.
monti's picture

interchange data with flex/flash

we are a drupal developer and a flex/flash developer working ad-hoc on a mutual project, where data needs to be sent back and forth between drupal and a flash application.

requirements :

<

ul>

  • the flash application lets the user to visually create a complex pattern, that is stored internally in a flex structure.
  • users may save their creations along with some information (name, email, private/public, etc.)
  • users may retrieve their own creations to a sort-of gallery (a player copy of the above application), select one and keep on editing it.
  • 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
    Gambler's picture

    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!

    Read more
    Subscribe with RSS Syndicate content