If I had a
<mx:Canvas id="cvs"> which had 3 buttons, how can I access references to
these 3 buttons programmatically?
I have tried
:
for (var p in
cvs)
alert(p);
But I seeno
property I can use to iterate through the children, nor do I see the "id" of
these 3 buttons.
Thanks.

