Pilby wrote:
If I had a <mx:Canvas id="cvs"> which had 3 buttons, how can I access references to these 3 buttons programmatically?

for (var i:Number = 0; i < cvs.numChildren; i++) { var child = cvs.getChildAt(i); }

Manish




Reply via email to