try moving your
        setText(__text);

call from constructor to the onLoad method ?

like

private function onLoad()
{
       setText(__text);
}



On 3/26/07, Matthias Dittgen <[EMAIL PROTECTED]> wrote:

Hello list,

I have a dynamic textfield like this in the constructor of a class
extending MovieClip:


--
Arul Prasad
http://arulprasad.blogspot.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to