# Please Help...saving info from flash to xml

**URL:** https://forum.kirupa.com/t/please-help-saving-info-from-flash-to-xml/237223
**Category:** flash
**Created:** [August 28, 2007, 10:59am UTC](https://forum.kirupa.com/t/please-help-saving-info-from-flash-to-xml/237223 "2007-08-28T10:59:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Big\_Will](https://avatars.discourse-cdn.com/v4/letter/b/ecae2f/32.png) [@Big\_Will](https://forum.kirupa.com/u/Big_Will)
#### Post date: [August 28, 2007, 10:59am UTC](https://forum.kirupa.com/t/please-help-saving-info-from-flash-to-xml/237223/1 "2007-08-28T10:59:14Z")

</div>

[FONT=Times New Roman][SIZE=3][FONT=Verdana] **Please HELP…** [/FONT]Hi Dude’s, I followed an awesome tutorial on how to interact with flash and xml on the kirupa site, including save to xml from flash. I am though getting stuck on the last part. How do I get the swf file to override the xml file?? Please excuse my ignorance, but I’m new to this. this is what I got…[/SIZE][/FONT]

[SIZE=3][FONT=Times New Roman]my\_xml.load(“[http://www.doubleumedia.co.za/working\_folder/xml/my\_document.xml](http://www.doubleumedia.co.za/working_folder/xml/my_document.xml)”);[/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]trace(my\_xml); // traces “undefined” ???[/FONT][/SIZE]

[SIZE=3][FONT=Times New Roman]var my\_xml = new XML("\<loss\>We cannot perform well.\</loss\>"); [/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]trace(my\_xml); // traces “\<loss\>We cannot perform well.\</loss\>” [/FONT][/SIZE]

[SIZE=3][FONT=Times New Roman]my\_xml.firstChild.nodeName = “victory”; [/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]my\_xml.firstChild.firstChild.nodeValue = “We dominate!”; [/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]trace(my\_xml); // traces “\<victory\>We dominate!\</victory\>”[/FONT][/SIZE]

[FONT=Times New Roman][SIZE=3]// I need to be able to overide the xml file??[/SIZE][/FONT]
