Modify Flash Xml Form 08.06.08
I wrote a flash file that needs the actionscript rewritten to send a xml document to an asp page to be saved on the server.
Currently the file attempts to send the xml document via an xml send and load instruction. The problem
with this is that if there are any unacceptable punctuation marks it causes an error. Also the method
is not very clean. I want the file rewritten using the xmlnode controls as seen in the folder marked
xmlTest in the zipped file with this project.
What needs to happen is the tour_info_1.fla file is rewritten so that it reads the xml document sent to it
and then appends the form fields into the xml doc. I need the asp page written for this also. A sample of what
this asp page should look like is available in the folder xmltest/XMLASPEchoEx01_Response.asp.
A sample of what the final output will look like is available here:
http://www.distinctivehometours.com/files/xupload/tour_info.asp?tour=tour&guid=41 The querystring give the file the location of the xml document. The xml document will always exist and the form elements should be appended to the xml doc so that any other information is preserved. The swf file needs to send the nodes to be appended to the asp file which does the work.



