We want to ensure we sound out position, so call regular stop()

after we autorewind.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@717 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-11-19 00:10:56 +00:00
parent 96c892ce62
commit 714aa2adfb
@@ -243,8 +243,7 @@ public class FlvVideoPlayer extends EventDispatcher
handlePositionCheck(); // if we never got metadata, retrieve final position as dur
// rewind to the beginning
_netStream.seek(0);
_netStream.pause();
updateState(MediaPlayerCodes.STATE_PAUSED);
pause();
}
break;