Flash Player 6.0.79。
Flash MX 2004。
componentInstance.top
componentInstance
属性(只读);一个数字,指明对象的上边缘(以像素为单位)。
以下范例将 tmp 变量设置为 checkbox 实例的顶部位置:
tmp
checkbox
var tmp = checkbox.top; // 将 tmp 的值设置为复选框的顶部位置;