Getting properties for dyna created mc

Hi,

I am having trouble trying to retrieve properties for a container_mc that dynamically creates content upon loading. The container_mc is creating text boxes from an array and so its _height is dependant on the array.length.

So how do I do this without getting 0:


//after loading
trace(container_mc._width);

Help is much appreciated. Thanks