Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.xml columns

Status
Not open for further replies.

vangogh1721

Programmer
Joined
Nov 18, 2008
Messages
2
Location
US
How do I add columns in .xml files attached to my .swf file. example: Song Title Album Artist

Thank you
 
If you want to add a node to a XML, you can use [tt]XML.appendChild(childNode);[/tt] ...this is AS3 XML Classs I am taling about.

If you are talking about something else then let us know what exactly you're after - your post was a little cryptic ;)

Kenneth Kawamoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top