We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,745 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

create xml file from flash

this is my as3 code which is making an xml file

var submitListener:Object = new Object();
 submitListener.click = function() {
 var login_xml:XML = new XML("<login password=\""+username_txt.text+"\" username=\""+password_txt.text+"\">  password_txt.text  </login>");
 login_xml.xmlDecl = "<?xml version=\"1.0\" ?>";
 packet_txt.text = login_xml;
 };
 submit_btn.addEventListener("click", submitListener);

i want to insert password as node value in login node . the above syntax is not working.how it can be done?


and i also want to know how to save this xml file on hard disk?

1
Contributor
0
Replies
1
View
aaloo
Junior Poster in Training
85 posts since Oct 2011
Reputation Points: 22
Solved Threads: 0
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.0505 seconds using 2.66MB