Skip to main content
A_kameshwaran
Inspiring
August 3, 2011
Answered

System.TotalMemory for AS2?

  • August 3, 2011
  • 1 reply
  • 1025 views

HI,

     Is there an alternative for System.TotalMemory in actionscript 2.0?I would like to know how much memory is used by flash players. Also is it possible to clear the memory.

Regards,

Kameshwaran A.

This topic has been closed for replies.
Correct answer kglad

no, but you can load your as2 app into an as3 text fla and possibly yes, to some extent using System.gc().

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
August 3, 2011

no, but you can load your as2 app into an as3 text fla and possibly yes, to some extent using System.gc().

A_kameshwaran
Inspiring
August 4, 2011

Hi,

     Is it any other way in as2 to find the memory usage and to clear it.

kglad
Community Expert
Community Expert
August 4, 2011

i know no other way.