removeTextField();
Is there a way to remove all the text fields which was created? I used instance.removeTextField() but still I see some text boxes.
In my fla when I go back and forth between frames I still see there are text boxes by the text cursor appearance. I'm having trouble because the buttons can not be clicked when the text fields are there.
I'm using several of these in different frames.
this.createTextField("scroll_txt", this.getNextHighestDepth(), 0, 0, 0, 0);
this.createTextField("newszlatest", this.getNextHighestDepth(), 143, 170, 648, 233);