what exactly does system.totalMemory test in Actionscript 3.0?
        Posted  
        
            by vasion
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vasion
        
        
        
        Published on 2010-04-07T10:05:55Z
        Indexed on 
            2010/04/07
            10:13 UTC
        
        
        Read the original article
        Hit count: 279
        
before somebody screaming RTFM, let me clarify.
does system.totalMemory test the memory used in movie which invokes it, or used by all movies running on the browser/system?
I want to initiate garbage collaction for my app when it reaches a certain limit and i dont want the process to be initialized by the user watching funny cats youtube video.
© Stack Overflow or respective owner