03/07/12 00:10
>>92
//
_globa.window_so = SharedObject.getLocal('window_so');
//---------
window_xx.onMouseUp = function(){
this.stopDrag();
_global.window_so.data[this._name]..x = this._x;
_global.window_so.data[this._name]..y = ths._y;
_global.window_so.fush();
}