What are good memory management techniques in Flash/as3
        Posted  
        
            by Parris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Parris
        
        
        
        Published on 2010-04-08T01:28:51Z
        Indexed on 
            2010/04/08
            1:33 UTC
        
        
        Read the original article
        Hit count: 524
        
Hello!
So I am pretty familiar with memory management in Java, C and C++; however, in flash what constructs are there for memory management? I assume flash has a sort of virtual machine like java, and I have been assuming that things get garbage collected when they are set to null. I am not sure if this is actually the case though. Also is there a way to force garbage collection in Flash? Any other tips?
Thanks
© Stack Overflow or respective owner