Bugfix: stop the positionTimer when we unload.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@698 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-11-12 05:32:43 +00:00
parent f5e900eedd
commit 59536d47ad
@@ -154,6 +154,7 @@ public class FlvVideoPlayer extends EventDispatcher
public function unload () :void
{
_sizeChecker.reset();
_positionChecker.reset();
_vid.attachNetStream(null);
if (_netStream != null) {