actionscript 3 - Save new data to pre-existing XML file -


i want make quiz game as3. have made database questions , answers, looks this:

<quiz>     <question>question 1</question>     <answers>         <answer>answer a</answer>         <answer>answer b</answer>         <answer>answer c</answer>     </answers> </quiz> 

but want able add new questions via as3. how can add new question , have saved permanently database - such can access new questions later on? beginner, appreciate if keep answer simple. database xml file put on disk instead of server.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -