i'm writing methods load n getXML.
these will be used to load n save Component instances.
<clip name="" type ="" ></clip>
in super class,
ActionScript Code:
<clip typename="" moviefile="" iconfile="" instancename="" timeadded="" x="" y="" z="" width="" height="" playstarttime="" playstoptime=""/>
is done.
now, if i want to add somethings for the clip,
eg:
ActionScript Code:
<clip typename="BasicCircle" moviefile="BasicCircle.swf" iconfile="BasicCircleThumb.gif" instancename="BasicCircle1" timeadded="2003-09-10 14:23:45" x="200" y="300" z="3" width="100" height="100" playstarttime="0" playstoptime="15000">
[B]
<basiccircle forecolour="16711680" backcolour="8454143" fillpattern="123"/>
</clip>]
[/B]
how can i do it?
the super class returns node:XMLNode, how can i trace it?
i have never worked with XML?
PLease Help