Ns.time not updated when ns.seek is performed

hi,

when I do
ns.seek(someMovie.mouseX);
trace(ns.time);

The time here is not updated. I want the updated time. Ne solution?