Nov 18, 2008 #1 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
How do I add columns in .xml files attached to my .swf file. example: Song Title Album Artist Thank you
Nov 19, 2008 #2 kennethkawamoto Technical User Joined Nov 19, 2002 Messages 2,710 Location GB 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 http://www.materiaprima.co.uk Upvote 0 Downvote
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 http://www.materiaprima.co.uk