2008-11-13 78 views

回答

3

試試這個:

var icon:DisplayObject = button.getChildByName("upIcon"); 
trace("icon (width: " + icon.width + ", height: " + icon.height + ")");