Sarah012
08-24-2004, 02:36 PM
I recently created a quiz that pulls its questions and answers from xml files.
Now I am hoping to create a second flash application that allows the user to create the xml files. I have been able to set up a user interface that allows the user to type their questions and answer into various text boxes. When they are finished they press a button and using the createElement, and appendChild codes the xml is created.
I am having a problem with the next step. How do I "save" the xml the user has created to an outside file that can latter be picked up by the Quiz. (The whole thing will be installed on the user's hard drive from a CD).
Any help would be greatly appreciated.
Now I am hoping to create a second flash application that allows the user to create the xml files. I have been able to set up a user interface that allows the user to type their questions and answer into various text boxes. When they are finished they press a button and using the createElement, and appendChild codes the xml is created.
I am having a problem with the next step. How do I "save" the xml the user has created to an outside file that can latter be picked up by the Quiz. (The whole thing will be installed on the user's hard drive from a CD).
Any help would be greatly appreciated.