Re: Flash/WebObjects
Re: Flash/WebObjects
- Subject: Re: Flash/WebObjects
- From: David LeBer <email@hidden>
- Date: Fri, 10 Nov 2006 08:47:54 -0500
On 9-Nov-06, at 11:43 PM, Anthony Martello wrote:
I need to integrate a user interface built in Flash with WebObjects
so that the Flash interface is associated with the current user
(through the session). I see that in a recent post Chuck Hill
mentioned that he has done this before. Can Chuck or someone else
explain how this is done? How do I pass data from and to the Flash
interface using WebObjects? What are the main steps? Code examples
of any Java, JavaScript, HTML, ActionScript, etc. would be very
helpful. :)
I wasn't responsible for writing the Flash component. But the process
wasn't very difficult.
1. The link constructed by the WO App to open the Flash component had
some init parameters appended to it (at a minimum the Session ID)
2. Once the Flash component was initialized we had it fire of a
directAction request to the WO App that responded with XML containing
all of the values necessary for the UI.
3. On submit from the Flash component it fired off another
directAction request to the WO App with XML containing all of the
changes.
--
;david
--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site: http://www.codeferous.com
blog: http://david.codeferous.com
--
Toronto Area Cocoa / WebObjects developers group:
http://www.tacow.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden