Yes, I see that no good solution. I use textField for editing node after
selection. But I have problem with deleting node. Maybe you can give me
advice.
I select this is
 <title titleName="First Words 1">set1</title>

//var node:XMLList;
trace(node.childIndex())
//0

trace(node)
set1

trace(node.parent())
<topic topicName="Reading">
  <title titleName="First Words 1">set1</title>
  <title titleName="Second Words 1">set2</title>
</topic>

I can not find way to delete this line that has "set1"
<title titleName="First Words 1">set1</title>

when I use
trace(node.parent().children()[ node.childIndex() ])
that delete "set1"



2014-02-12 20:42 GMT+04:00 John R. Sweeney Jr. <jr.swee...@comcast.net>:

> Hi,
>
> Then either you have to roll your own, (write something from scratch in
> AS3) or look for something online like this:
> http://www.findbestopensource.com/product/as3-xmltexteditor
>
> Where you can take someone else's code as a start and then try and
> incorporate/modify it into your project.
>
> Good luck,
>
>
> John R. Sweeney Jr.
> Senior Interactive Multimedia Developer
> OnDemand Interactive Inc
> Hoffman Estates, IL 60169
>
>
>
>
> On Feb 12, 2014, at 3:28 AM, natalia Vikhtinskaya <natavi.m...@gmail.com>
> wrote:
>
> > I need system inside Flash file for simple  users.
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to