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