RE: [Flashcoders] revised 5:34:18 PM EST Q: populating Text Fields innested Array

2006-01-19 Thread John Berzy
created TextField try this below for (j=0; j From: cristian <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] revised 5:34:18 PM EST Q: populating Text Fields innested Array Date: Fri, 20 Jan 2006 01:19:10 -0500 Hello- I&#

Re: [Flashcoders] revised 5:34:18 PM EST Q: populating Text Fields innested Array

2006-01-19 Thread pixelassembly
Just a quick one, are you sure about the very first line ? where are you creating the movieclip ? maybe it should be this.createEmptyMovieClip(... or someOther_mc.this.createEmptyMovieClip(... glenn //create a container called "c" c = c.createEmptyMovieClip("c", 1); /* ///