PDA

View Full Version : get the totalMemory of a single Flex application


ljonny18
12-05-2007, 09:48 AM
Hi – I have ran into another problem, I am not 100% sure of what I think ishappening but am quite sure as all the test I have performed so far back it up.

Anyway, within my flex application, I am getting the total memory it is running at using:

flash.system.System.totalMemory;

this works fine, however it seems to get the total memory of all flash applications running at one time – e.g the values increases the more flash applications running, however, I just want to monitor the memory of one application (my application) evenm if there are more running simultaneously.

Id this possible???

Thanks,
Jon.