actionscript 3 - Garbage collection, camera and video object -
how clean after i've finished using camera object , video object?
do write:
_camerainstance = null; _videoinstance = null;
you need remove event listeners have associated camera , video objects , detach camera video _videoinstance.attachcamera(null) .
Comments
Post a Comment