Dynamically Create Text Area Component MX04

Hey Peeps,

Is there anyway you can dynamically create TextArea Component in flash?

I mean you can dynamically create a movie clip using AS like

mynew_mc.createEmptyMovieClip(“newmc”, 0);

I basically want to create a TextArea field using the text field area component on the fly using AS.