Question : passing xml data to a url

hi.

im trying to send data to a web service url.  

my first question is: can i post xml data using sendAndLoad? eg. myVars.sendAndLoad("http://www.url.com/create", myVars, "POST"); where myVars.data = blah etc? my angle brackets get converted to %3C and %3E

my second question: i expect my var 'data' will get quite long (over 1000 characters potentially) will this make an impact on using sendAndLoad?

Answer : passing xml data to a url

Hi,

The data will likely be escaped.  Do you have the ability to unescape the data when received?  Are you sending to php?

The size is probably okay, I've had large files returned from php to flash without problems.

Random Solutions  
 
programming4us programming4us