While developing an application (for KIOSK) using Actionscript I am facing the trouble to store xml data in that machine. What is the way to save xml file using actionscript?
Thank you so much.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well that depends on whether you are using AIR or Flash projector, or the Flash plugin. If you’re using AIR, and need to be a little bit more verbose, then I would recommend that you store the XML with the SQLite bindings.. In all other cases, I would recommend using a SharedObject.