trace(this.x) //0 trace(parent.x) //0 trace(parent.parent.x) //-300 trace(parent.parent.parent.x) //0 trace(this.getBounds(stage)) // FF: (-300, 0, 300, 90); Chrome: (0,0 300, 90);