• 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: Dave Elsner <email@hidden>
  • Date: Wed, 1 Jun 2005 11:48:01 +1000

<x-tad-bigger>Hi Nathan,

You could try making a direct action and call </x-tad-bigger><x-tad-bigger>request().formValueForKey </x-tad-bigger><x-tad-bigger> and simply call it from flash

For example in flash (action script)

</x-tad-bigger>
<x-tad-bigger>data_lv = new LoadVars();
data_lv.forumData = someXML;
data_lv.send("URL to directaction", "target window");
</x-tad-bigger>
<x-tad-bigger>
Then in your direct action:

</x-tad-bigger>
<x-tad-bigger>String theXML = (String)request().formValueForKey(</x-tad-bigger><x-tad-bigger>"forumData"</x-tad-bigger><x-tad-bigger>);</x-tad-bigger><x-tad-bigger>
</x-tad-bigger><x-tad-bigger>
You can also return XML databack to flash and then use action script like

</x-tad-bigger>
<x-tad-bigger>data_lv.sendAndLoad("</x-tad-bigger><x-tad-bigger>URL to directaction"</x-tad-bigger><x-tad-bigger>, variable to load returned data into);</x-tad-bigger><x-tad-bigger>

Hope this helps.
Dave</x-tad-bigger>


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:

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Flash and WebObjects...Make it Work with XML or other ?
      • From: Nathan Walker <email@hidden>
References: 
 >Flash and WebObjects...Make it Work with XML or other ? (From: Nathan Walker <email@hidden>)

  • Prev by Date: WebObjects 4.5 to 5.x migration: benefits, experiences, advices
  • Next by Date: Re: WO Pub Night - change in venue
  • Previous by thread: Flash and WebObjects...Make it Work with XML or other ?
  • Next by thread: Re: Flash and WebObjects...Make it Work with XML or other ?
  • Index(es):
    • Date
    • Thread