Fix bug ZE-16 - Playhead slider doesn't set to the beginning for restart. The problem was that the F4F file handler never dispatched a notifyTimeBias event upon the seek(0) that happens on autoRewind, so HTTPNetStream continued to believe that it's time property was non-zero. The solution is to dispatch the event upon the seek(0) request.