This content has been marked as final.
Show 2 replies
-
1. Re: is it possible by making xml like this
AScracker Nov 20, 2007 10:48 PM (in response to AScracker)hi
line_mc is dynamic ... when the user drawn the first line it'll produce the line as line_mc1 and so on... and same thing for the xypos -
2. Re: is it possible by making xml like this
Greg Dove Nov 20, 2007 11:46 PM (in response to AScracker)You haven't created the root node.
Change the line:
__Marking_xml:XML = new XML();
to:
__Marking_xml:XML = new XML("<marking/>");

