а там все равно без цикла не обходится)))

Код:
for (var i:uint = 0;i < this.numChildren;i++) {
var child:EditMenuButton = this.getChildAt(i) as EditMenuButton;
if (child) {
//trace(child)
child.addEventListener('broadcastAll', child.broadcastAllHandler);
}
}
__etc, извини канешно, а ты тестил свой код?))