> A simple solution is to put the textarea in a movieclip and set the > movieclip to : mc.mouseChildren = false;
That's not a bad idea, Cor. Unfortunately, it also disables the scrollbar. If the TextArea doesn't need to be scrolled, then fine. Otherwise I think it may be best to just use a TextField with a UIScrollBar. Regards, -Keith http://keithreinfeld.home.comcast.net _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

