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:
@@ -154,6 +154,7 @@ public class FlvVideoPlayer extends EventDispatcher
|
|||||||
public function unload () :void
|
public function unload () :void
|
||||||
{
|
{
|
||||||
_sizeChecker.reset();
|
_sizeChecker.reset();
|
||||||
|
_positionChecker.reset();
|
||||||
_vid.attachNetStream(null);
|
_vid.attachNetStream(null);
|
||||||
|
|
||||||
if (_netStream != null) {
|
if (_netStream != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user