RE: [Flashcoders] Component Issue

2008-09-09 Thread Lehr, Theodore M (N-SGIS)
Good old Google - it seems that getNextHighestDepth sets things out of
reach for removeMovieClip

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lehr,
Theodore M (N-SGIS)
Sent: Tuesday, September 09, 2008 3:24 PM
To: Flash Coders List
Subject: [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 screwing something up where
the textfields are not getting removed and content is getting piled on
top of each other

 

I know thiis is not much info and I do not have much to go on right now
- does this sound familiar with anyone - it only happended sense I
started including a component

___
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


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


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders