RE: [Flashcoders] Component Issue

2008-09-09 Thread Mendelsohn, Michael
Sounds like you're using AS2. When you put the textarea on the stage, try doing it with movieclip.createclassobject() and when you want to get rid of it, use destroyObject(). I just went through some difficulties with the same issue. - MM ___ Flashco

RE: [Flashcoders] Component Issue

2008-09-09 Thread Lehr, Theodore M (N-SGIS)
: [Flashcoders] Component Issue Ok - so I have a movie that serves something like a template. Content is populated via creating text fields... removing movies and creating them again It all worked fine until I started using a textarea component... It seems like the inclusion of components is

[Flashcoders] Component Issue

2008-09-09 Thread Lehr, Theodore M (N-SGIS)
Ok - so I have a movie that serves something like a template. Content is populated via creating text fields... removing movies and creating them again It all worked fine until I started using a textarea component... It seems like the inclusion of components is screwing something up where th