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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -