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

2006-01-19 Thread John Berzy
createTextField() Returns TextField - Flash Player 8 returns a reference to the TextField object that is created. Flash Player versions earlier than 8 return void. If your using a player earlier then flash 8 then your problem is createTextFeild does not return a reference to that newly create

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); /* ///