PDA

View Full Version : ns.time not updated when ns.seek is performed



neeraj_b
July 21st, 2009, 02:51 AM
hi,

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


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