I have constructed dynamic movie slider control … Have a little bug…The problem is after the control is dragged to the last the movie starts to play from the begining. This is I dont want. I think that the code goes wrong with this line
Math.ceil((mcDragger._x/mcBar._width)*_root._totalframes);
Suggestions needed regarding this.