Show how much memory is being used in your flash


/ Published in: ActionScript 3
Save to your folder(s)

Easy way to get current memory usage.


Copy this code and paste it in your HTML
  1. trace("MEMORY USAGE :: " + Number(System.totalMemory/1024).toFixed(2));

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.