Timeline drag bar not working in my script code

Hi i am flash animator but today i am playing with action script,

and i am in a situation and stuck,

i had my movie player label as movie in the main scene and it was referred by dragbar like this


setProperty(_root.player.drag.dragMC, _x, math.floor(Number(getProperty(_root.player.movie, _currentframe))/Number(getProperty(_root.player.movie, _totalframes))*200));
gotoAndPlay(up._currentframe - 1);

but later i moved the clip labeled movie to movie clip up1

so shouldnt be it like this ?


setProperty(_root.up1.player.drag.dragMC, _x, math.floor(Number(getProperty(_root.player.movie, _currentframe))/Number(getProperty(_root.up1.player.movie, _totalframes))*200));
gotoAndPlay(_currentframe - 1);

please help