1

如何找到嵌入在按钮中的图标的宽度?

4

1 回答 1

3

试试这个:

var icon:DisplayObject = button.getChildByName("upIcon");
trace("icon (width: " + icon.width + ", height: " + icon.height + ")");
于 2008-11-14T07:56:14.997 回答