From 59536d47ad1ce93e7f4be04f9319a6084cb4b6ba Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 12 Nov 2008 05:32:43 +0000 Subject: [PATCH] Bugfix: stop the positionTimer when we unload. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@698 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/video/FlvVideoPlayer.as | 1 + 1 file changed, 1 insertion(+) diff --git a/src/as/com/threerings/flash/video/FlvVideoPlayer.as b/src/as/com/threerings/flash/video/FlvVideoPlayer.as index 45ee920f..0676d9f5 100644 --- a/src/as/com/threerings/flash/video/FlvVideoPlayer.as +++ b/src/as/com/threerings/flash/video/FlvVideoPlayer.as @@ -154,6 +154,7 @@ public class FlvVideoPlayer extends EventDispatcher public function unload () :void { _sizeChecker.reset(); + _positionChecker.reset(); _vid.attachNetStream(null); if (_netStream != null) {