Fix bug FM-119, where the playhead time doesn't get updated until after the seek has completed. The bug is actually in Flash Player (FP-1705), and the workaround is to wait until NetStream.time gets updated before dispatching the seek completion event. This changelist also updates the unit tests and NetMocker to verify the fix.