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:
@@ -243,8 +243,7 @@ public class FlvVideoPlayer extends EventDispatcher
|
|||||||
handlePositionCheck(); // if we never got metadata, retrieve final position as dur
|
handlePositionCheck(); // if we never got metadata, retrieve final position as dur
|
||||||
// rewind to the beginning
|
// rewind to the beginning
|
||||||
_netStream.seek(0);
|
_netStream.seek(0);
|
||||||
_netStream.pause();
|
pause();
|
||||||
updateState(MediaPlayerCodes.STATE_PAUSED);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user