Flex
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.
simple flex integration with Drupal 6 using services | Instant I
We have a Flex application already built. It needs to be integrated with Drupal 6 using services module and AMFPHP.
The site is complete. The Flex app is in place. We just need to have it passing the user input to the Flex app to the Drupal content type.
Its is a Flex app that allows users to input data for very small amounts of text and a single image.
We need to paass the inputted data into the content type Itinerary to be published as Drupal nodes.
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.*;
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
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:
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.
F Y I - For those interested and can benefit / Flex for Free.
Not totally Drupal / but definitely related /
For those interested I just figured I would share this information -
// Might benefit someone. I haven't applied for anything but seems like a good deal.
[Right now Adobe is offering a full version of Adobe Flex for anyone Unemployed looking to acquire a new dev skill -Or- Anyone in the Education realm / that includes Student or Teacher! / Again Adobe Flex Pro!]
For anyone interested in learning or getting into Flex - This may be a good opportunity to get nice new fresh licensed software. ($249)
Services API Documentation
node.save
I had a very tough time finding what arguments were required by node.save... I finally guessed that a new node needed a "created" timestamp argument. Where should I post the following?
For new node creation be sure to set the creation time of the node:
var my_date:Date = new Date();
nodeObject.created = my_date.getTime();and for editing existing nodes, be sure to set the changed time of the node:
var my_date:Date = new Date();
nodeObject.changed = my_date.getTime()Webcam to Image Module Needed | DPN
Hello-
I need a module much like Mugshot which captures images from a webcam and places them in a gallery. Mugshot doesn't support CCK or Views and that's really what I need.
I am building a website and have come far along, but I need the following:
-A module (Mugshot) to be customized or based off to work with CCK, Views, User Profile
-Help Getting the "Social Networking Community" part of the site set up correctly (Organic Groups, Buddylist, etc)
-Help getting a Flex/Air app to be able to add nodes and comments to my site from remote locations (I'm having trouble with Logging In).
Module Developer (or customize existing modules) and Social Networking Site Creation Consultant | DPN
I am building a website and have come far along, but I need the following:
-A module (Mugshot) to be customized or based off to work with CCK, Views, User Profile
-Help Getting the "Social Networking Community" part of the site set up correctly (Organic Groups, Buddylist, etc)
-Help getting a Flex/Air app to be able to add nodes and comments to my site from remote locations (I'm having trouble with Logging In).






