It really depends on what kind of data you need to pass around.
One other option is to have the server be able to receive XML data and respond with other XML data. Flash can generate and parse XML fairly easily. We do something similar to this in our application, where Flash generates an XML document, sends it to the server and then parses the received XML. Take a look at the XML class's sendAndLoad function. -Andy On 6/5/07, Cary Ho <[EMAIL PROTECTED]> wrote:
I had had this question under another topic, but I thought maybe it needed its own appropriate title. Im looking for a free solutions (aside from Flash CS3 itself) what can help me communicate with the server. Im making a client/server type program with my flash as the client. Currently we use Java at the back end, so the Flash program will be put linked into a jsp program. We use a lot of javascript and dwr(Ajax) to do a lot of our web side processing. This is mainly for all the dhtml we use. So I was thinking using the External Interface (which was earlier suggested) to call my DWR functions and just communicate through this mechanism. Is there any other way or possibly a more appropriate way? _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

