RE: [Spam][Flashcoders] Flash and Servlet

2006-03-24 Thread Scott Hyndman
With LoadVars, you dynamically assign a property So basically, var lv:LoadVars = new LoadVars(); lv.xmlContents = xmlString; lv.sendAndLoad(...); The doPost method will be passed the request containing the xmlContents variable. Scott -Original Message- From: [EMAIL PROTECTED] on

RE: [Spam][Flashcoders] Flash and Servlet

2006-03-24 Thread Scott Hyndman
Just so you know, XML.sendAndLoad() maybe more appropriate for what you are doing. http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary856.html Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Tarun Abhichandani Sent:

RE: [Spam][Flashcoders] Flash and Servlet

2006-03-24 Thread Tarun Abhichandani
mailing list Subject: RE: [Spam][Flashcoders] Flash and Servlet With LoadVars, you dynamically assign a property So basically, var lv:LoadVars = new LoadVars(); lv.xmlContents = xmlString; lv.sendAndLoad(...); The doPost method will be passed the request containing the xmlContents variable

RE: [Spam][Flashcoders] Flash and Servlet

2006-03-24 Thread Scott Hyndman
- From: [EMAIL PROTECTED] on behalf of Tarun Abhichandani Sent: Fri 3/24/2006 3:34 PM To: Flashcoders mailing list Cc: Subject:RE: [Spam][Flashcoders] Flash and Servlet Well...considering I have a XML file. This string might be really long. I will have to set the Content-length