• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Flash and WebObjects...Make it Work with XML or other ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flash and WebObjects...Make it Work with XML or other ?


  • Subject: Re: Flash and WebObjects...Make it Work with XML or other ?
  • From: Pierre Frisch <email@hidden>
  • Date: Wed, 1 Jun 2005 06:35:42 -0700

We have a technology demo application that works well with Flash and WebObjects. We made it work by returning the data in XML. You will probably have to use XMLHttpRequest to make it work as you cannot reload the Flash without loosing the state.

http://pears.spearcat.com/

Pierre

On 31-May-05, at 9:39 PM, Nathan Walker wrote:

Thanks for this, I will give this a try and see what happens. The OpenLaszlo project looks VERY interesting.


On May 31, 2005, at 9:48 PM, Dave Elsner wrote:

Hi Nathan,

You could try making a direct action and call request ().formValueForKey and simply call it from flash

For example in flash (action script)

data_lv = new LoadVars();
data_lv.forumData = someXML;
data_lv.send("URL to directaction", "target window");

Then in your direct action:

String theXML = (String)request().formValueForKey("forumData");

You can also return XML databack to flash and then use action script like

data_lv.sendAndLoad("URL to directaction", variable to load returned data into);

Hope this helps.
Dave

On 01/06/2005, at 10:45 AM, Nathan Walker wrote:


Has anybody out there successfully deployed a solution that integrates Flash with WebObjects ? I'm working on a project right now that would benefit greatly if I could do just that. I'm thinking about writing ActionScript that will either save data to text files or send XML information to a Direct Action which would then allow WebObjects to pick up the data the Flash application is sending. Anybody had to deal with this ?

This would be an awesome combination !

Thanks,
Nathan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40uow.edu.au


This email sent to email@hidden



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40spearway.com


This email sent to email@hidden

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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

  • Prev by Date: ERD2WEditToOneRelationship
  • Next by Date: Upgrade to Tiger Server
  • Previous by thread: ERD2WEditToOneRelationship
  • Next by thread: Upgrade to Tiger Server
  • Index(es):
    • Date
    • Thread