I have an AS3 application that takes user input and TRACES out a block of XML code. I created it before I had CS4 and the AIR add-on. Can I just copy and paste the same AS3 code over into an AIR document? I ultimately want to be able to build a complete XML file on the users desktop or in a designated folder. Each time the user enters some information and hits the submit button I want this application to add a block of XML code to that file. I have been looking around for some tutorials but have not found help with this specific issue.
Thanks in advance.